GET
/
api
/
documents
curl --request GET \
  --url https://platform.ground.dev/api/documents \
  --header 'Authorization: Bearer <token>'
[
  {
    "etag": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "key": "<string>",
    "indexed": true,
    "lastModifiedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

API key with bearer token format

Response

200 - application/json
Successful response
etag
string
key
string
indexed
boolean
lastModifiedAt
string