Skip to main content
GET
List automations

Authorizations

Authorization
string
header
required

Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.

Path Parameters

orgId
string
required

Organization id or slug. Resolve it with GET /v3/self.

Query Parameters

first
integer
default:50

Page size (default 50, max 200).

after
string

Cursor from the previous page's end_cursor.

include
enum<string>

By default only user-authored automations are returned. Pass system to also include system automations (repo/issue plumbing, connector bridges) that back product features.

Available options:
system

Response

200 - application/json

Automations.

items
object[]
end_cursor
string | null
has_next_page
boolean