Skip to content

Follow-up agent health

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

The agent’s last-run state and current failure count.

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

The bearer token is missing or wrong.

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