v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Insights

List personal insights

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

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

Results support the same filtering, sorting, and pagination as the List insights endpoint.

get/v1/insights/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