GET
/
api
/
v0
/
documents
[
  {
    "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

Response

200
application/json

Successful Response

The response is of type object[].