List quotes
Returns a cursor-paginated list of quotes for the workspace.
Only documents with type=quote appear here — other document
types have their own endpoints. Soft-deleted quotes are
excluded. Ordered by id descending.
Authentication
JWT issued via POST /api/v1/auth/sign_in. Used by mobile and SPA clients. Revoked tokens are rejected.
Path parameters
Query parameters
Pagination cursor from the previous response’s next_cursor.
Sort field for document lists. Currently only created_at is
supported; the date fields (issue_date, due_date) are nullable
on drafts and will be added once a null-ordering is defined.
Combine with order.
Sort direction for sort. Defaults to desc.
Response
Cursor to fetch the next page. Pass it as the cursor query
parameter on the next request. null on the last page.

