v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
tables

List Table Sheet Versions

List saved versions for a Table sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.

get/api/public/v2/tables/{table_id}/sheets/{sheet_id}/versions

Path parameters

table_idstring uuid required

Table ID.

sheet_idstring uuid required

Table sheet ID.

Query parameters

cursorstring

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.

limitinteger

Number of versions to return.

sort'version_number'

Sort field. Currently supports version_number.

order'asc' | 'desc'

Sort order.

Headers

X-API-KEYstring required

Your PromptLayer API key. The key's workspace scopes table resources for this request.

Response

Successful response

successboolean required
filtersEmptyPublicFilters required

This endpoint does not echo any filter fields.

countinteger required

Number of items returned on this page.