---
title: "GET /activations/"
method: GET
path: "/activations/"
tags: ["activations"]
---

# GET /activations/

`GET /activations/`

List all Activations

## Query parameters

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

## Response `200`

Return a list of Activations.

- PaginatedActivationListList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` ActivationList[]
    - `id` integer, required
    - `name` string, required
    - `description` string
    - `is_enabled` boolean
    - `status` 'starting' | 'running' | 'pending' | 'failed' | 'stopped' | 'completed', required — * `starting` - starting * `running` - running * `pending` - pending * `failed` - failed * `stopped` - stopped * `completed` - completed
    - `decision_environment_id` integer, nullable, required
    - `project_id` integer, nullable, required
    - `rulebook_id` integer, nullable, required
    - `extra_var_id` integer, nullable, required
    - `restart_policy` 'always' | 'on-failure' | 'never' — * `always` - always * `on-failure` - on-failure * `never` - never
    - `restart_count` integer
    - `rulebook_name` string, required — Name of the referenced rulebook
    - `rules_count` integer, required
    - `rules_fired_count` integer, required
    - `created_at` string, date-time, required
    - `modified_at` string, date-time, required

## Changes

- **2023-05-19** `f84d9240fdf2` — 6 info
  - the endpoint scheme security `cookieAuth` was removed from the API
  - added the new optional `query` request parameter `name`
  - added the required property `results/items/rules_count` to the response with the `200` status
  - added the required property `results/items/rules_fired_count` to the response with the `200` status
  - …2 more
- **2023-04-25** `62d33b790834` — 4 breaking, 13 warning, 4 info
  - removed the required property `results/items/awx_token_id` from the response with the `200` status
  - removed the required property `results/items/organization_id` from the response with the `200` status
  - removed the required property `results/items/rules_count` from the response with the `200` status
  - removed the required property `results/items/rules_fired_count` from the response with the `200` status
  - …17 more

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/activations/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/f84d9240fdf2/schema)
