Skip to main content
GET
/
api
/
v1
/
workers
/
status
curl -X GET https://alfred.black/api/v1/workers/status \
  -H "Authorization: Bearer alf_your_key_here"
{
  "raw": "curator: running\njanitor: running\ndistiller: stopped"
}
Returns the current operational status of all AI agents (Curator, Janitor, Distiller, Surveyor). Use this to check which agents are running and their current state.
curl -X GET https://alfred.black/api/v1/workers/status \
  -H "Authorization: Bearer alf_your_key_here"
{
  "raw": "curator: running\njanitor: running\ndistiller: stopped"
}
raw
string
Per-agent status information as human-readable text.