Poll evolution status.
Delegates to EvolutionService which proxies to Darwin’s GET /v1/evolutions/ with team_id for access control.
cURL
curl --request GET \ --url https://api.example.com/v1/agents/{agent_id}/evolutions/{evolution_id}
{ "evolution_id": "<string>", "status": "<string>", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "extra": {} }
Successful Response
Console-side view of a Darwin evolution job.
Was this page helpful?