Skip to main content
GET
/
api
/
datastores
/
v1
/
collections
/
{collectionId}
/
documents
List Documents
curl --request GET \
  --url https://example.com/v1/api/datastores/v1/collections/{collectionId}/documents \
  --header 'X-DOMO-Developer-Token: <api-key>'

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

collectionId
string
required

The ID of the collection.

Response

200

OK (Response body is not documented)