Skip to main content
GET
List Table Sheet Operations
List active recalculation operations and cell status counts for a Table sheet. Use this endpoint to determine whether a sheet has queued or running work before mutating columns, rows, cells, or score configuration.

Authorizations

X-API-KEY
string
header
required

Headers

X-API-KEY
string
required

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

Path Parameters

table_id
string<uuid>
required

Table ID.

sheet_id
string<uuid>
required

Table sheet ID.

Response

Successful response

success
boolean
required
sheet_id
string<uuid>
required
version
integer
required
total_cells
integer
required
status_counts
object
required
pending_count
integer
required
active_operations
TableSheetOperation · object[]
required