List workbooks
GET/workbooks
Returns a paginated list of the query workbooks the caller has access to. Items carry a reduced attribute set: the chat and query configurations, expiry fields and title-generation flags are not included, so fetch GET /workbooks/{workbook_id} for the full record.
Pagination: read next_available in the response. While it is "yes", request the next page by advancing offset by limit. When it is "no" this was the last page and the client must stop.
Request
Responses
- 200
- 400
- 500
Page of workbooks. Check next_available to decide whether to request a further page.
Response Headers
Input validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure. Also returned when sortby names a non-string or missing attribute, or when limit or offset is not an integer. Body is {"Message": " -