---
title: "Retrieve automations"
method: GET
path: "/api/1/automation/automations"
tags: ["Automations - New taxonomy API"]
---

# Retrieve automations

`GET /api/1/automation/automations`

Filter automations by metaproperty actions. Requires a `metaproperty_id`, optionally accepts one or more comma separated `option_ids`.

## Query parameters

- `limit` integer
- `start` string
- `actionType` 'SHOW_OPTION' | 'SHOW_METAPROPERTY' | 'PREFILL' | 'EMPTY' | 'SELECT' | 'DESELECT'
- `conditionType` 'ALL' | 'ANY' | 'ANY_OPTION'
- `actionsOn` string
- `triggersOn` string

## Headers

- `x-api-correlation-id` string

## Response `200`

- object
  - `automations` object[]
    - `automationId` string, required
    - `actionType` 'SHOW_OPTION' | 'SHOW_METAPROPERTY' | 'PREFILL' | 'EMPTY' | 'SELECT' | 'DESELECT', required
    - `conditionType` 'ALL' | 'ANY' | 'ANY_OPTION', required
    - `triggerType` 'SELECTED', required
    - `actionMetaproperties` string
    - `actionOptions` string
  - `metadata` object
    - `nextPage` string, required

## Other responses

- `401`
- `404`

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
