---
title: "GET /activations/{id}/instances/"
method: GET
path: "/activations/{id}/instances/"
tags: ["activations"]
---

# GET /activations/{id}/instances/

`GET /activations/{id}/instances/`

List all instances for the Activation

## Path parameters

- `id` integer, required

## Query parameters

- `name` string
- `page` integer
- `page_size` integer
- `status` string

## Response `200`

- PaginatedActivationInstanceList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` ActivationInstance[]
    - `id` integer, required
    - `name` string
    - `status` 'starting' | 'running' | 'pending' | 'failed' | 'stopping' | 'stopped' | 'deleting' | 'completed' | 'unresponsive' | 'error' | 'workers offline' — * `starting` - starting * `running` - running * `pending` - pending * `failed` - failed * `stopping` - stopping * `stopped` - stopped * `deleting` - deleting * `completed` - completed * `unresponsive` - unresponsive * `error` - error * `workers offline` - workers offline
    - `git_hash` string
    - `status_message` string, nullable
    - `activation_id` integer, nullable, required
    - `organization_id` integer, nullable, required
    - `started_at` string, date-time, required
    - `ended_at` string, date-time, nullable, required
    - `queue_name` string, nullable, required

## Changes

- **2026-07-17** `c04fc5f09692` — 1 breaking
  - removed the required property `results/items/event_stream_id` from the response with the `200` status
- **2024-04-29** `feeac1db5ade` — 1 info
  - added the required property `results/items/queue_name` to the response with the `200` status
- **2024-04-23** `cbf68ddd9760` — 1 breaking, 1 warning, 4 info
  - the response property `results/items/activation_id` became nullable for the status `200`
  - added the new `workers offline` enum value to the `results/items/status` response property for the response status `200`
  - the endpoint scheme security `EDAJWTAuthentication` was added to the API
  - the endpoint scheme security `jwtAuth` was added to the API
  - …2 more
- **2023-10-17** `cf4bda9538d3` — 1 warning, 2 info
  - added the new `error` enum value to the `results/items/status` response property for the response status `200`
  - added the optional property `results/items/git_hash` to the response with the `200` status
  - added the optional property `results/items/status_message` to the response with the `200` status
- **2023-09-05** `011f9cfbad09` — 1 warning, 5 info
  - added the new `deleting` enum value to the `results/items/status` response property for the response status `200`
  - api operation id `activations_instances_retrieve` removed and replaced with `activations_instances_list`
  - added the new optional `query` request parameter `name`
  - added the new optional `query` request parameter `page`
  - …2 more

[Full history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/activations/:id/instances/get.md)

---

[API](https://skmtc.dev/ansible/apis/event-driven-ansible-api.md) · [All operations](https://skmtc.dev/ansible/apis/event-driven-ansible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ansible/event-driven-ansible-api/revisions/c04fc5f09692/schema)
