---
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
    - `organization_id` integer, nullable, required
  - `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
  - `project` ProjectRef
    - `id` integer, required
    - `git_hash` string, required
    - `url` string, required
    - `scm_type` 'git' — * `git` - Git
    - `name` string, required
    - `description` string
    - `organization_id` integer, nullable, required
  - `rulebook` RulebookRef — Serializer for Rulebook reference.
    - `id` integer, required
    - `name` string, required
    - `description` string, nullable
    - `organization_id` integer, nullable, required
  - `extra_var` string, nullable
  - `organization` OrganizationRef, required
    - `id` integer, required
    - `name` string, required — The name of this resource
    - `description` string — The organization description.
  - `instances` ActivationInstance[], required
    - `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
    - `event_stream_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
  - `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
  - `current_job_id` string, nullable
  - `rules_count` integer, required
  - `rules_fired_count` integer, required
  - `created_at` string, date-time, required
  - `modified_at` string, date-time, required
  - `restarted_at` string, date-time, nullable
  - `status_message` string, nullable
  - `awx_token_id` integer, nullable, required
  - `eda_credentials` EdaCredential[], nullable
    - `name` string, required
    - `description` string
    - `inputs` object, required
    - `credential_type` CredentialTypeRef
      - `id` integer, required
      - `name` string, required
      - `namespace` string, nullable
      - `kind` string
      - `organization_id` integer, nullable, required
    - `references` EdaCredentialReference[], nullable
      - `type` string, required — Type of the related resource
      - `id` integer, required — ID of the related resource
      - `name` string, required — Name of the related resource
      - `url` string, uri, required — URL of the related resource
    - `id` integer, required
    - `created_at` string, date-time, required
    - `modified_at` string, date-time, required
    - `managed` boolean, required
    - `organization` OrganizationRef, required
      - `id` integer, required
      - `name` string, required — The name of this resource
      - `description` string — The organization description.
  - `event_streams` EventStreamOut[], nullable
    - `id` integer, required
    - `name` string, required
  - `log_level` 'debug' | 'info' | 'error' — * `debug` - debug * `info` - info * `error` - error
  - `k8s_service_name` string, nullable — Service name of the activation

## Changes

- **2024-04-29** `feeac1db5ade` — 1 breaking, 2 info
  - the `extra_var` response's property type changed from no type to `string` for status `200`
  - removed `#/components/schemas/ExtraVarRef` from the `extra_var` response property `allOf` list for the response status `200`
  - added the required property `instances/items/queue_name` to the response with the `200` status
- **2024-04-23** `cbf68ddd9760` — 1 breaking, 2 warning, 14 info
  - the response property `instances/items/activation_id` became nullable for the status `200`
  - added the new `workers offline` enum value to the `instances/items/status` response property for the response status `200`
  - added the new `workers offline` enum value to the `status` response property for the response status `200`
  - the endpoint scheme security `EDAJWTAuthentication` was added to the API
  - …13 more
- **2023-10-17** `cf4bda9538d3` — 5 breaking, 3 warning, 6 info
  - the response property `rulebook` became nullable for the status `200`
  - the response property `rulebook` became optional for the status `200`
  - the `rulebook` response's property type changed from `object` to no type for status `200`
  - removed the required property `rulebook/id` from the response with the `200` status
  - …10 more
- …earlier changes not shown

[Full 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/feeac1db5ade/schema)
