curl --request GET \
--url 'https://api.workstream.stateset.com/v1/brands/{brand_id}/golden-cases' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"brand_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"channel": "string",
"customer_message": "string",
"context": {},
"ai_draft": "string",
"gold_text": "string",
"source": "string",
"created_at": "2026-08-31T14:22:05Z"
}
]
List brand golden cases
The brand’s golden eval set (reviewer-corrected replies), newest first.
GET
/
v1
/
brands
/
{brand_id}
/
golden-cases
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/brands/{brand_id}/golden-cases' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"brand_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"channel": "string",
"customer_message": "string",
"context": {},
"ai_draft": "string",
"gold_text": "string",
"source": "string",
"created_at": "2026-08-31T14:22:05Z"
}
]
Path parameters
string (uuid)
required
Query parameters
integer
Max items (capped at 1000).
integer
string
Filter by status.
Response
object[] — each element:
string (uuid)
required
string (uuid)
required
string
required
string
required
object
required
string
string
required
string
required
string (date-time)
required
Status codes
| Code | Meaning |
|---|---|
200 | The brand’s golden eval set (reviewer-corrected replies), newest first. |
400 | Validation error |
401 | Unauthorized |
404 | Not found |
429 | Rate limited |
500 | Internal error |
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/brands/{brand_id}/golden-cases' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"brand_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"channel": "string",
"customer_message": "string",
"context": {},
"ai_draft": "string",
"gold_text": "string",
"source": "string",
"created_at": "2026-08-31T14:22:05Z"
}
]
Last modified on August 31, 2026