---
title: "Get automation options"
method: GET
path: "/api/automations/options"
tags: ["Platform API"]
---

# Get automation options

`GET /api/automations/options`

Show automation schemas, constants, and constraints for configuring agent automations. Read-only.

## Response `200`

Automation options were returned.

- AutomationOptionsCommandSuccess
  - `ok` true, required
  - `commandId` 'automation.options', required
  - `commandVersion` 1, required
  - `correlationId` string, required
  - `result` object, required
    - `operationId` 'automation.options', required
    - `status` 'completed', required
    - `resources` CommandResource[], required
      - `type` string, required
      - `id` string, required
    - `data` object, required
      - `schemaFormat` 'json-schema-2020-12', required
      - `triggerTypes` AutomationTriggerType[], required
      - `matchModes` AutomationMatchMode[], required
      - `scheduleCadences` AutomationScheduleCadence[], required
      - `audienceFilterSchema` JsonSchemaObject, required
      - `processorPolicySchema` JsonSchemaObject, required
      - `deliveryPolicySchema` JsonSchemaObject, required
      - `constraints` AutomationOptionsConstraints, required
        - `requiresAgentId` boolean, required
        - `enabledAutomationRequiresDestination` boolean, required
        - `signalTriggerRequiresSignalIdsOrCatalogSignalKeys` boolean, required
        - `scheduledAutomationRejectsSignals` boolean, required
        - `scheduledAutomationRejectsCatalogSignalKeys` boolean, required
        - `scheduledAutomationRequiresCustomerOrBillingStatusAudience` boolean, required
    - `warnings` string[], required
    - `auditId` string

## Other responses

- `401` — Invalid or missing API key.
- `403` — The API key is valid but does not have the required agent read scope.
- `500` — Internal server error.
- `503` — The platform could not get automation options.

## Changes

- **2026-06-30** `859a66ac16b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/outlitai/apis/outlit-api/changes/api/automations/options/get.md)

---

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