Skip to main content
GET
Get Table Sheet Scorecard Row
Get the scorecard breakdown for one row. The response returns row fields at the top level, including row_index, aggregate_score, aggregate_verdict, and step_results with per-criterion verdicts and evidence.

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.

row_index
integer
required

Zero-based row index.

Required range: x >= 0

Query Parameters

calculation_id
string<uuid>

Calculation ID. Defaults to latest scorecard calculation.

Response

Successful response

success
boolean
required
id
string<uuid>
required
calculation_id
string<uuid>
required
scorecard_id
string<uuid>
required
sheet_id
string<uuid>
required
row_index
integer
required
Required range: x >= 0
aggregate_score
number | null
required
aggregate_verdict
enum<string> | null
required
Available options:
pass,
warn,
fail,
error,
skipped,
null
step_results
object
required
drift_summary
object | null
required
stale_state
object | null
required
error_summary
string | null
required
config_hash
string | null
required
input_hash
string | null
required
computed_at
string<date-time> | null
required