---
title: "GET /recipes"
method: GET
path: "/recipes"
tags: ["recipes"]
---

# GET /recipes

`GET /recipes`

Returns list of automations

## Query parameters

- `with_total` boolean
- `page` integer
- `per` integer
- `order` 'asc' | 'desc'
- `sort_by` string

## Response `200`

Returns list of automations

- EndpointsRecipes — Endpoints_Recipes model
  - `data` RecipeEntity[]
    - `id` integer
    - `trigger` object — Trigger configuration
    - `conditions` RecipesRecipeConditionsEntity[] — List of conditions
      - `field` string — Field on which condition is evaluated
      - `operator` string — Comparison operator
      - `value` string — Value to compare against
    - `action` object — Action to be executed
    - `schedule` RecipesRecipeScheduleEntity
      - `raw` string — Raw schedule string
      - `parsed_at` string — Parsed schedule time (ISO8601)
    - `next_automation_ids` integer[] — IDs of next automations to be triggered
    - `created_at` string
    - `updated_at` string
  - `total` integer — Show the total count of recipes

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

[API](https://skmtc.net/propstack/apis/propstack-api-v2-beta.md) · [All operations](https://skmtc.net/propstack/apis/propstack-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/propstack/propstack-api-v2-beta/revisions/ae1e0fe6da1a/schema)
