Skip to main content
GET
/
api
/
datastores
/
v1
/
collections
/
{collectionId}
/
documents
/
{documentId}
Get Document
curl --request GET \
  --url https://{instance}.domo.com/api/datastores/v1/collections/{collectionId}/documents/{documentId} \
  --header 'X-DOMO-Developer-Token: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-480814-upadate-new-checkbo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

collectionId
string
required

The ID of the collection.

documentId
string
required

The ID of the document.

Response

OK (Response body is not documented)