GET /documents/{id}
curl \
-X GET https://getcody.ai/api/v1/documents/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"id": "string",
"name": "string",
"status": "syncing",
"content_url": "string",
"folder_id": "string",
"created_at": 42
}
}