---
title: "Returns the autopilot with the specified id."
method: GET
path: "/autopilot/{autopilotId}"
tags: ["autopilot"]
---

# Returns the autopilot with the specified id.

`GET /autopilot/{autopilotId}`

Returns the autopilot including its alerts.
            To get the autopilot data the user needs to be the owner of the project or 'read' permissions
            of the feature 'project-master-data' globally or in their project role.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `autopilotId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- Autopilot
  - `type` string, required — The type of the autopilot.
  - `enabled` boolean, required — Whether the autopilot is enabled.
  - `alerts` AlertForm[], required — The alerts of the autopilot.
    - `id` string, uuid, required — The id of the alert.
    - `alert` string, required — The alert indicator.
    - `enabled` boolean, required — Whether the alert is enabled.
    - `channel` string, required — The channel of the alert.
  - `id` string, uuid — The id of the autopilot.
  - `createdOn` string, date-time — The date this object was created.
  - `createdBy` string, uuid — The id of the user who created this object.
  - `updatedOn` string, date-time — The date this object was last modified.
  - `updatedBy` string, uuid — The id of the user who last modified this object.

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/revisions/f784a53f60df/schema)
