Documents
Get a document
Retrieves the details of an existing document.
GET
/
v1
/
documents
/
{document_id}
Path Parameters
document_id
string
requiredThe unique identifier of a document.
Returns
Returns a 200 OK
status code along with a document object if successful, or an error otherwise.
Was this page helpful?