---
title: "Fetches a list of available automation workflow conditions."
method: GET
path: "/conditions"
tags: ["Automation Workflow Conditions"]
---

# Fetches a list of available automation workflow conditions.

`GET /conditions`

Fetches a list of available automation workflow conditions.

Some conditions accept only specific predefined terms, which are included in the response for reference.

<b>Note:</b> The `Archived` condition requires the `RelativeDate` trigger.

## Response `200`

- AutomationWorkflowConditionsResponse
  - `conditions` AutomationWorkflowCondition[]
    - `name` string, required
    - `operators` string[]
    - `terms` Term[]
      - union
        - ArchiveTerm
          - `offset_amount` integer, required
          - `offset_unit` string, required
        - AssetTypeTerm
          - `asset_type` string, required
        - MetapropertyOptionTerm
          - `metaproperty_id` string, uuid, required
          - `metaproperty_option_id` string, uuid
  - `max_conditions_count` integer, required

## Other responses

- `400`
- `401`

---

[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)
