curl --request GET \
--url 'https://response.stateset.com/api/v1/evals/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "eval",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"type": "standard",
"status": "pending",
"description": "Two-person tent, green — replacement for damaged pole set.",
"user_message": "string",
"preferred_output": "string",
"non_preferred_output": "string",
"reason_type": "string",
"customer_impact": "string",
"response_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"agent_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ticket_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2026-08-31T14:22:05Z",
"updated_at": "2026-08-31T14:22:05Z"
}
Get one eval
The eval.
GET
/
api
/
v1
/
evals
/
{id}
curl --request GET \
--url 'https://response.stateset.com/api/v1/evals/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "eval",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"type": "standard",
"status": "pending",
"description": "Two-person tent, green — replacement for damaged pole set.",
"user_message": "string",
"preferred_output": "string",
"non_preferred_output": "string",
"reason_type": "string",
"customer_impact": "string",
"response_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"agent_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ticket_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2026-08-31T14:22:05Z",
"updated_at": "2026-08-31T14:22:05Z"
}
Path parameters
string (uuid)
required
The eval id.
Response
object
string
required
string (uuid)
required
string,null
required
From the stored
eval_name.string,null
required
Defaults to
preference on create.string,null
required
Defaults to
pending on create.string,null
required
string,null
required
The customer message to replay. Copied from the source response when
response_id was supplied.string,null
required
The reply the agent should have given.
string,null
required
The reply that was actually given. Copied from the source response when
response_id was supplied.string,null
required
string,null
required
string,null (uuid)
required
string,null (uuid)
required
string,null
required
Stored as a string; derived from the source response when not supplied.
string,null (date-time)
required
string,null (date-time)
required
Status codes
| Code | Meaning |
|---|---|
200 | The eval. |
401 | Missing, invalid, or expired API key. |
403 | The key lacks a required scope. |
404 | Not found, or not in the organization that owns the key. |
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/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "eval",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"type": "standard",
"status": "pending",
"description": "Two-person tent, green — replacement for damaged pole set.",
"user_message": "string",
"preferred_output": "string",
"non_preferred_output": "string",
"reason_type": "string",
"customer_impact": "string",
"response_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"agent_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ticket_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2026-08-31T14:22:05Z",
"updated_at": "2026-08-31T14:22:05Z"
}
Last modified on August 31, 2026