---
title: "Get Automation"
method: GET
path: "/v1/automations/{event}"
tags: ["automations"]
---

# Get Automation

`GET /v1/automations/{event}`

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `message` string, required
  - `automation` GetAutomationItem
    - `id` integer, required
    - `name` string, required
    - `event` string, required
    - `status` string, required
    - `created_at` string, required
    - `updated_at` string, required
    - `data` AutomationScanData, required
      - `targets` string[]
      - `templates` string[]
      - `name` string
      - `alerting_config_ids` string[]
      - `scan_config_ids` string[]
      - `reporting_config_ids` string[]
      - `early_templates` string[]
      - `exclude_targets` string[]
      - `enumeration_ids` EnumerationIds[]
        - `id` string, required
      - `disable_global_alert_config` boolean
      - `disable_global_report_config` boolean
      - `disable_global_scan_config` boolean
      - `socks5_proxy` string
      - `scan_id` string
      - `update_existing_scan` boolean
      - `scan_all_assets` boolean

## Other responses

- `400` — Example response
- `401` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/automations/:event/get.md)

---

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