Documents
Retrieve a document
Retrieve the info for a document.
GET
TypeScript
Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Default authentication mechanism
Headers
Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.
Pattern:
^[A-Za-z0-9]{1,64}$Path Parameters
The id of the namespace (prefixed with ns_)
Example:
"ns_123"
The id of the document (prefixed with doc_)
Example:
"doc_123"
Previous
Get chunks download URLGet a presigned download URL for a document's chunks. Only available for completed documents.
Next
TypeScript