---
title: "Get automations"
method: GET
path: "/api/v1/organization/automations"
tags: ["Automations"]
---

# Get automations

`GET /api/v1/organization/automations`

Retrieve all automations in the organization.

Required permissions, when user-scoped authentication is used: `AUTOMATION_VIEW`.

## Query parameters

- `orgId` integer

## Response `200`

List of automations

- Automation[]
  - `id` integer — Automation ID
  - `name` string — Automation name
  - `ownerId` integer — User ID of the automation owner
  - `isActive` boolean — Whether the automation is active
  - `isShared` boolean — Whether the automation is shared with sub-organizations and has at least one propagated sub-automation.

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Organization not found or access denied
- `429` — Too many requests
- `500` — Internal server error

---

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