---
title: "Get Autopilot Activity"
method: GET
path: "/api/app-auto-gtm/projects/{project_id}/autopilot-activity"
tags: ["AppAutoGtm"]
---

# Get Autopilot Activity

`GET /api/app-auto-gtm/projects/{project_id}/autopilot-activity`

Recent autopilot actions for a project, newest first.

Available regardless of the current ``autopilot_enabled`` state — the
history stays readable after the user turns the autopilot off.

## Path parameters

- `project_id` integer, required

## Query parameters

- `limit` integer

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- AutopilotActivityResponse
  - `project_id` integer, required
  - `actions` AutopilotActivityItem[], required
    - `id` string, required
    - `occurred_at` string, date-time, required
    - `kind` 'created' | 'launched' | 'resumed' | 'paused' | 'budget_raised' | 'budget_lowered' | 're_search', required
    - `campaign_name` string, required
    - `segment_id` integer, nullable
    - `reason` string, nullable
    - `previous_budget_usd` number, nullable
    - `new_budget_usd` number, nullable

## Other responses

- `422` — Validation Error

---

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