Retrieve one source document from a Definition Revision
Authorization
apiKey Organization API key from the console (ak_...), or an OAuth access token with user:org:read, the organization selected during consent, and the capability required by the operation.
In: header
Path Parameters
Unique identifier for an immutable resolved Definition Revision.
^drev_[a-z0-9]{16}$Unique identifier for a source document captured in a Definition Revision.
^doc_[a-z0-9]{16}$Response Body
text/plain
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/definition_revisions/drev_6m1q8v4k2p9d7h3c/documents/doc_8q2m5v1k9p4d7h3c/content""string"Retrieve a Definition Revision's canonical content GET
Returns the exact canonical resolved content identified by the revision's graph digest, suitable for saving or piping into a diff.
The account behind the presented credentials GET
Returns the account that owns the presented API key. This is also the identity endpoint the generated typeship CLI's `whoami` calls.