List evolution jobs for an agent (paginated).
Proxies to Darwin’s GET /v1/evolutions with team_id and agent_id.
cURL
curl --request GET \ --url https://api.example.com/v1/agents/{agent_id}/evolutions
{ "results": [ { "evolution_id": "<string>", "status": "<string>", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "extra": {} } ], "total": 123, "limit": 123, "offset": 123 }
1 <= x <= 200
x >= 0
Successful Response
Paginated list of evolution jobs (Console API uses results; Darwin uses items).
results
items
Hide child attributes
Was this page helpful?