v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Docs

List docs

Retrieve all docs in your workspace. Docs are rich-text documents used to write up research reports, share findings, and publish deliverables. They can exist within a project, inside a folder, or at the workspace root.

Each item in the response is metadata only: identifiers, title, folder, and creation time. The document content body is not included. Use Export doc (GET /v1/docs/:doc_id/export/:type) to read content for a specific doc.

Results can be filtered by folder, project, title, or creation date. They can be sorted by creation date or title and are paginated.

get/v1/docs

Query parameters

start_cursorstring
limitinteger nullable

See Pagination for details about how to use a cursor to iterate through the list.

See Filters for details on parameter formatting.

'created_at:asc' | 'created_at:desc' | 'title:asc' | 'title:desc'
OR
string[]

See Sort for details on the sort parameter.

Response

200