v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Docs

List personal docs

Retrieve all docs owned by a specific user. Returns docs that were created by or assigned to the specified user.

Note: This endpoint is deprecated. Docs are no longer owned by individual users — they belong to the workspace. Use List docs (GET /v1/docs) to enumerate docs across your workspace.

Each item is metadata only (same shape as List docs): no document content body. Use Export doc to read the body for a given doc.

Results support the same filtering (folder, project, title, creation date), sorting, and pagination as the List docs endpoint.

get/v1/docs/user/{user_id}

Path parameters

user_idstring required

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