curl --request GET \
--url 'https://response.stateset.com/api/v1/evals' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "list",
"data": [
{}
],
"has_more": true,
"next_cursor": "string"
}
List recorded evals (corrections made to agent replies)
Evals
GET
/
api
/
v1
/
evals
curl --request GET \
--url 'https://response.stateset.com/api/v1/evals' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "list",
"data": [
{}
],
"has_more": true,
"next_cursor": "string"
}
Query parameters
string (uuid)
Filter to one agent.
string (uuid)
Filter to one response.
string
Filter by eval status.
integer
integer
Response
object
string
object[]
boolean
string
Keyset cursor for the next page — present only on cursor-capable lists with more rows.
Status codes
| Code | Meaning |
|---|---|
200 | Evals |
401 | Missing, invalid, or expired API key. |
403 | The key lacks a required scope. |
429 | Rate limit exceeded. |
Access
| Required scope | responses:read |
| Rate limit | 120 requests per minute |
curl --request GET \
--url 'https://response.stateset.com/api/v1/evals' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "list",
"data": [
{}
],
"has_more": true,
"next_cursor": "string"
}
Last modified on August 31, 2026