Documents
Get document
Get a document by ID
get/v3/documents/{id}
Path parameters
idstring required
Response
Successfully retrieved document
Example response
{
"content": "Our API rate limits are 100 req/min on free and 1000 on pro. Clients should use exponential backoff on 429s.",
"createdAt": "1970-01-01T00:00:00.000Z",
"customId": "doc-api-rate-limits",
"id": "acxV5LHMEsG2hMSNb4umbn",
"raw": "Our API rate limits are 100 req/min on free and 1000 on pro. Clients should use exponential backoff on 429s.",
"source": "text",
"taskType": "memory",
"status": "done",
"summary": "API rate limit policy: 100 req/min free, 1000 req/min pro.",
"title": "API Rate Limiting Policy",
"type": "text",
"updatedAt": "1970-01-01T00:00:00.000Z"
}