List Sheets
List Table Sheets
Retrieve sheets in a Table.
GET
List Sheets
List sheets in a Table using cursor pagination. Results are sorted by sheet
index; use order=asc or order=desc to control direction.
Filtering
Only active sheets are returned. You can also filter sheets byprompt_id, prompt_version_id, or prompt_label_id when you need sheets that contain matching prompt columns.
Response shape
Sheets are returned indata with resolved row_count. Pagination metadata is returned in pagination, including next_cursor, has_more, and limit. Applied filters are returned in filters, and count is the number of sheets returned on the current page.
Treat next_cursor as opaque. It includes the current sort, order, cursor value, and a hash of the active filters. Reuse a cursor only with the same sort, order, and filter parameters from the request that produced it; changing any of those while passing an old cursor returns an invalid cursor error.Authorizations
Path Parameters
Query Parameters
Required range:
1 <= x <= 100Available options:
asc, desc 
