Get Evaluation Rows
Evaluations
Get Evaluation Rows
GET
Get Evaluation Rows
Retrieve paginated evaluation rows with dataset input cells followed by evaluation result cells.Documentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
Behavior Notes
- Each row is an array of cells matching the order of the
columnsarray. - Dataset cells contain source row values; evaluation cells contain result status, value, and optional error details.
Related
Authorizations
Path Parameters
The ID of the evaluation to retrieve rows from
Query Parameters
Filter by specific workspace ID. Defaults to current user's workspace.
Required range:
x >= 1Page number for pagination
Required range:
x >= 1Number of rows per page (max 100)
Required range:
1 <= x <= 100Response
Paginated evaluation rows.
Available options:
true Rows containing dataset cells followed by evaluation result cells.
- DatasetRowCell
- EvaluationRowCell

