v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
tables

Get Table Sheet Score

Retrieve the current score payload 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}/score

Path parameters

table_idstring uuid required

Table ID.

sheet_idstring uuid required

Table sheet ID.

Headers

X-API-KEYstring required

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

Response

Successful response

successboolean required
sheet_idstring uuid required
scoring_type'auto' | 'boolean' | 'numeric' | 'custom' | 'null' nullable required
aggregate_scorenumber nullable required
total_rowsinteger required
scored_rowsinteger required
excluded_rowsinteger required
calculated_atstring date-time nullable required
status'queued' | 'running' | 'completed' | 'failed' | 'null' nullable required
score_calculation_errorstring nullable required
has_custom_scoringboolean required
score_type'none' | 'single_column' | 'multi_column' | 'custom' required
overall_scorenumber nullable required
detailsobject required
aggregateobject required
per_columnobject required