cURL
curl --request GET \ --url https://{instance}.domo.com/api/datastores/v1/collections/{collectionId}/documents/{documentId} \ --header 'X-DOMO-Developer-Token: <api-key>'
{ "message": "<string>" }
Retrieve a specific document from a collection.
Documentation IndexFetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Domo Developer Token for authentication.
The ID of the collection.
The ID of the document.
OK (Response body is not documented)