Skip to main content
GET
/
api
/
v1
/
agents
/
{agentId}
/
lifecycle
Get agent lifecycle history
curl --request GET \
  --url https://forge.gloo.ai/api/v1/agents/{agentId}/lifecycle \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from /api/v1/keys. Pass as Authorization: Bearer <key>.

Path Parameters

agentId
string
required

Query Parameters

limit
integer
default:25

Max number of lifecycle events to return

Required range: 1 <= x <= 100

Response

Lifecycle history