curl --request GET \
--url 'https://edi.stateset.com/v1/status-board' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"accepted": 1,
"compliance_rate": 8,
"documents_total": 49,
"health": "string",
"inbound": 1,
"last_activity": "2026-08-31T14:22:05Z",
"open_exceptions": 1,
"outbound": 1,
"overdue_acks": 1,
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"partner_name": "string",
"rejected": 1,
"sent": 1
}
]
Per-partner operational status board: volume, compliance rate, open
exceptions, and last activity, derived from the documents log and ack SLA.
GET
/
v1
/
status-board
curl --request GET \
--url 'https://edi.stateset.com/v1/status-board' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"accepted": 1,
"compliance_rate": 8,
"documents_total": 49,
"health": "string",
"inbound": 1,
"last_activity": "2026-08-31T14:22:05Z",
"open_exceptions": 1,
"outbound": 1,
"overdue_acks": 1,
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"partner_name": "string",
"rejected": 1,
"sent": 1
}
]
exceptions, and last activity, derived from the documents log and ack SLA.
Response
StatusBoardEntry[] — each element:
integer
required
integer (int32)
Accepted ÷ (accepted + rejected), as a percentage 0–100.
None when no document has a definitive accept/reject verdict yet.integer
required
string
required
Overall health:
healthy, attention, idle.integer
required
string (date-time)
Most recent document activity, if any.
integer
required
Open exceptions needing operator attention (rejections + overdue acks).
integer
required
integer
required
Outbound documents still awaiting a partner 997 past the ack SLA.
string
required
string
required
integer
required
integer
required
Status codes
| Code | Meaning |
|---|---|
200 | Per-partner operational health |
403 | Admin credential required |
curl --request GET \
--url 'https://edi.stateset.com/v1/status-board' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"accepted": 1,
"compliance_rate": 8,
"documents_total": 49,
"health": "string",
"inbound": 1,
"last_activity": "2026-08-31T14:22:05Z",
"open_exceptions": 1,
"outbound": 1,
"overdue_acks": 1,
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"partner_name": "string",
"rejected": 1,
"sent": 1
}
]
Last modified on August 31, 2026