Skip to main content
POST
Recalculate Table Sheet Score
Queue recalculation for an existing sheet score configuration. If a legacy score configuration exists, this endpoint queues legacy score recalculation. If no legacy score configuration exists and an active scorecard exists, this endpoint can queue scorecard recalculation and return score_source: "scorecard".

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