Skip to main content
POST
Recalculate Table Sheet Score
Queue recalculation for an existing Table sheet score configuration. This endpoint requires scoring to already be configured on the sheet. The response returns the score_configuration_id and score calculation status (queued, running, completed, failed, or null).

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

Score recalculation queued.

success
boolean
required
score_configuration_id
string<uuid>
required
status
enum<string> | null
required
Available options:
queued,
running,
completed,
failed,
null