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

# GET /activations/{id}/

`GET /activations/{id}/`

## Path parameters

- `id` integer, required

## Response `200`

- ActivationRead — Serializer for reading the Activation with related objects info.
  - `id` integer, required
  - `name` string, required
  - `description` string
  - `is_enabled` boolean
  - `decision_environment` DecisionEnvironmentRef — Serializer for DecisionEnvironment reference.
    - `id` integer, required
    - `name` string, required
    - `description` string
    - `image_url` string, required
  - `status` 'starting' | 'running' | 'pending' | 'failed' | 'stopped' | 'completed', required — * `starting` - starting * `running` - running * `pending` - pending * `failed` - failed * `stopped` - stopped * `completed` - completed
  - `project` ProjectRef
    - `id` integer, required
    - `git_hash` string, required
    - `url` string, required
    - `name` string, required
    - `description` string
  - `rulebook` RulebookRef, required — Serializer for Rulebook reference.
    - `id` integer, required
    - `name` string, required
    - `description` string, nullable
  - `extra_var` ExtraVarRef — Serializer for Extra Var reference.
    - `id` integer, required
  - `instances` ActivationInstance[], required
    - `id` integer, required
    - `name` string
    - `status` 'starting' | 'running' | 'pending' | 'failed' | 'stopped' | 'completed' — * `starting` - starting * `running` - running * `pending` - pending * `failed` - failed * `stopped` - stopped * `completed` - completed
    - `activation_id` integer, required
    - `started_at` string, date-time, required
    - `ended_at` string, date-time, 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` — 3 warning, 3 info
  - removed the optional property `rulebook/path` from the response with the `200` status
  - added the new `starting` enum value to the `instances/items/status` response property for the response status `200`
  - added the new `starting` enum value to the `status` response property for the response status `200`
  - the endpoint scheme security `cookieAuth` was removed from the API
  - …2 more
- **2023-04-25** `62d33b790834` — 10 breaking, 13 warning, 22 info
  - the `extra_var` response's property type changed from `string` to no type for status `200`
  - the `rulebook` response's property type changed from no type to `object` for status `200`
  - removed the required property `awx_token_id` from the response with the `200` status
  - removed the required property `decision_environment/allOf[#/components/schemas/DecisionEnvironmentRef]/organization_id` from the response with the `200` status
  - …41 more

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