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

# GET /activation-instances/{id}/logs/

`GET /activation-instances/{id}/logs/`

List all logs for the Activation Instance

## Path parameters

- `id` integer, required

## Query parameters

- `log` string
- `page` integer
- `page_size` integer

## Response `200`

- PaginatedActivationInstanceLogList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` ActivationInstanceLog[]
    - `id` integer, required
    - `log` string, required
    - `log_timestamp` integer
    - `activation_instance` integer, required

## Changes

- **2026-07-17** `c04fc5f09692` — 1 breaking
  - removed the required property `results/items/line_number` from the response with the `200` status
- **2024-04-23** `cbf68ddd9760` — 3 info
  - the endpoint scheme security `EDAJWTAuthentication` was added to the API
  - the endpoint scheme security `jwtAuth` was added to the API
  - added the optional property `results/items/log_timestamp` to the response with the `200` status
- **2023-09-05** `011f9cfbad09` — 2 warning, 1 info
  - deleted the `query` request parameter `name`
  - deleted the `query` request parameter `status`
  - added the new optional `query` request parameter `log`
- **2023-08-21** `c84b4813cab1` — 4 breaking, 12 info
  - removed the required property `activation_instance` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `line_number` from the response with the `200` status
  - removed the required property `log` from the response with the `200` status
  - …12 more
- **2023-05-19** `f84d9240fdf2` — 1 info
  - the endpoint scheme security `cookieAuth` was removed from the API

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