GET
/
api
/
v0
/
documents
/
{document_id}
{
  "id": 123,
  "name": "<string>",
  "folder_id": 123,
  "file_path": "<string>",
  "file_type": "<string>",
  "file_url": "<string>",
  "summary": "<string>",
  "version": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Headers

authorization
string

Path Parameters

document_id
string
required

Response

200
application/json

Successful Response

The response is of type object.