Skip to main content
GET
List canonical automations

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Query Parameters

limit
integer
default:50

Maximum automation summaries to return. Defaults to 50.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from nextCursor. Pass it unchanged with the same limit.

Response

Bounded page of canonical automation summaries.

Bounded page of canonical automation summaries.

items
object[]
required

Canonical automations in newest-first order.

nextCursor
null | string
required

Opaque cursor for the next page, or null at the end.

total
integer<int64>
required

Total canonical automations visible to the caller.

Required range: x >= 0