curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/outcomes' \
--header 'X-API-Key: YOUR_API_KEY'
{
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "resolved_contact",
"status": "pending",
"inquiry_id": "string",
"price_usd": "string",
"completion_criterion": {},
"verification_record": {},
"system_of_record_event_id": "string",
"job_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"parent_outcome_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"triggered_human_handoff": true,
"high_value_action": true,
"created_at": "2026-07-24T12:00:00Z",
"completed_at": "2026-07-24T12:00:00Z",
"resolution_window_expires_at": "2026-07-24T12:00:00Z",
"dispute_window_expires_at": "2026-07-24T12:00:00Z",
"updated_at": "2026-07-24T12:00:00Z",
"extra_metadata": {},
"stripe_meter_event_id": "string"
}
],
"total": 1,
"limit": 1,
"offset": 1,
"next_cursor": "string"
}
List tenant outcomes
List Outcomes for the authenticated tenant. Filters compose with AND…
GET
/
api
/
v1
/
outcomes
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/outcomes' \
--header 'X-API-Key: YOUR_API_KEY'
{
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "resolved_contact",
"status": "pending",
"inquiry_id": "string",
"price_usd": "string",
"completion_criterion": {},
"verification_record": {},
"system_of_record_event_id": "string",
"job_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"parent_outcome_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"triggered_human_handoff": true,
"high_value_action": true,
"created_at": "2026-07-24T12:00:00Z",
"completed_at": "2026-07-24T12:00:00Z",
"resolution_window_expires_at": "2026-07-24T12:00:00Z",
"dispute_window_expires_at": "2026-07-24T12:00:00Z",
"updated_at": "2026-07-24T12:00:00Z",
"extra_metadata": {},
"stripe_meter_event_id": "string"
}
],
"total": 1,
"limit": 1,
"offset": 1,
"next_cursor": "string"
}
List Outcomes for the authenticated tenant.
Filters compose with AND. Default sort: most recently completed first
(then most recently created for PENDING rows whose completed_at is NULL).
Query parameters
string,null
string,null
string,null
string (date-time),null
string (date-time),null
integer
integer
Response
OutcomeListResponse
OutcomeRead[]
required
Show OutcomeRead
Show OutcomeRead
string (uuid)
required
string (uuid)
required
string
required
string
required
string
required
string
required
object
object
string,null
string (uuid),null
string (uuid),null
boolean
boolean
string (date-time)
required
string (date-time),null
string (date-time),null
string (date-time),null
string (date-time)
required
object
string,null
integer
required
integer
required
integer
required
string,null
Status codes
| Code | Meaning |
|---|---|
200 | Successful Response |
422 | Validation Error |
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/outcomes' \
--header 'X-API-Key: YOUR_API_KEY'
{
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "resolved_contact",
"status": "pending",
"inquiry_id": "string",
"price_usd": "string",
"completion_criterion": {},
"verification_record": {},
"system_of_record_event_id": "string",
"job_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"parent_outcome_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"triggered_human_handoff": true,
"high_value_action": true,
"created_at": "2026-07-24T12:00:00Z",
"completed_at": "2026-07-24T12:00:00Z",
"resolution_window_expires_at": "2026-07-24T12:00:00Z",
"dispute_window_expires_at": "2026-07-24T12:00:00Z",
"updated_at": "2026-07-24T12:00:00Z",
"extra_metadata": {},
"stripe_meter_event_id": "string"
}
],
"total": 1,
"limit": 1,
"offset": 1,
"next_cursor": "string"
}