List Table Sheet Versions
List versions for a Table sheet.
version_number; use order=asc or order=desc to control direction.
The response includes version summaries and related metadata in data. Pagination metadata is returned in pagination, including next_cursor, has_more, and limit.
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
Headers
Your PromptLayer API key. The key's workspace scopes table resources for this request.
Query Parameters
Cursor returned from the previous page. Public table cursors encode the current sort, order, cursor value, and a hash of the active filters; reuse the cursor with the same sort, order, and filter parameters from the previous request.
Number of versions to return.
1 <= x <= 100Sort field. Currently supports version_number.
version_number Sort order.
asc, desc Response
Successful response
Items returned on this page.
Cursor pagination metadata for public table list endpoints. Cursors are opaque and include the active sort, order, cursor value, and a hash of the active filter set.
Filters applied to this page. The cursor includes a hash of this filter set, so changing filters while reusing a cursor returns an invalid cursor error.
Number of items returned on this page.

