curl --request GET \
--url 'https://api.voice.stateset.com/status' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
{
"message": "StateSet Cloud <-> Twilio Media Stream Server (Rust) is running!",
"org_id": "org-456",
"tenant": "tenant_acme_dental",
"timestamp": "2026-05-14T17:40:00Z",
"version": "0.7.33"
}
Root
Operational endpoint for status, liveness, readiness, tool metadata, or function diagnostics.
GET
/
status
curl --request GET \
--url 'https://api.voice.stateset.com/status' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
{
"message": "StateSet Cloud <-> Twilio Media Stream Server (Rust) is running!",
"org_id": "org-456",
"tenant": "tenant_acme_dental",
"timestamp": "2026-05-14T17:40:00Z",
"version": "0.7.33"
}
Operational endpoint for status, liveness, readiness, tool metadata, or function diagnostics.
Response
RootResponse
string
required
Human-readable status message
string,null
Organization ID
string
required
Tenant identifier
string
required
ISO 8601 timestamp
string
required
Server version
Status codes
| Code | Meaning |
|---|---|
200 | Server status endpoint |
401 | Unauthorized |
curl --request GET \
--url 'https://api.voice.stateset.com/status' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
{
"message": "StateSet Cloud <-> Twilio Media Stream Server (Rust) is running!",
"org_id": "org-456",
"tenant": "tenant_acme_dental",
"timestamp": "2026-05-14T17:40:00Z",
"version": "0.7.33"
}
Last modified on August 31, 2026