Skip to main content
GET
List Table Sheet Scorecard Rows
List row-level scorecard summaries for a calculation. Pagination uses cursor and next_cursor. Filtering supports calculation_id and verdict; responses include top-level calculation_id, rows, next_cursor, and verdict_counts.

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.

Query Parameters

calculation_id
string<uuid>

Calculation ID. Defaults to latest scorecard calculation.

verdict
enum<string>

Filter rows by aggregate verdict.

Available options:
pass,
warn,
fail,
error,
skipped
cursor
integer

Row-index cursor. Returns rows where row_index is greater than this value.

Required range: x >= 0
limit
integer
default:50

Number of rows to return.

Required range: 1 <= x <= 100

Response

Successful response

success
boolean
required
calculation_id
string<uuid> | null
required
rows
object[]
required
next_cursor
integer | null
required
verdict_counts
object
required