Skip to content

Speaker-context agent health

GET
/speaker-context/health
curl --request GET \
--url https://my-instance.example.com/speaker-context/health \
--header 'Authorization: Bearer <token>'

The agent’s last-run state and cached meeting versions.

Media type application/json
object
ok
boolean
state
object
key
additional properties
any
cachedMeetingVersions
integer
Example generated
{
"ok": true,
"state": {},
"cachedMeetingVersions": 1
}

The bearer token is missing or wrong.

Media type application/json
object
error
required
string
code
string
Example
{
"error": "Unauthorized"
}