---
title: "Get Evolution Job Status"
method: GET
path: "/v1/agents/{agent_id}/evolutions/{evolution_id}"
tags: ["Agent Environment", "evolution"]
---

# Get Evolution Job Status

`GET /v1/agents/{agent_id}/evolutions/{evolution_id}`

Poll evolution status.

Delegates to EvolutionService which proxies to Darwin's
GET /v1/evolutions/{evolution_id} with team_id for access control.

## Path parameters

- `agent_id` string, uuid, required
- `evolution_id` string, uuid, required

## Response `200`

Successful Response

- EvolutionJob — Console-side view of a Darwin evolution job.
  - `evolution_id` string, required
  - `status` string, required
  - `agent_id` string, uuid, nullable
  - `team_id` string, uuid, nullable
  - `extra` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/versions/a8b2ee2b2d06/schema)
