Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Use a private-beta server credential in the Authorization header.

Headers

Brightalk-Version
string
default:2026-07-16

Selects the date-based API version. Omission uses the organization’s pinned private-beta default.

Allowed value: "2026-07-16"
X-Request-Id
string

A caller-generated correlation value matching [A-Za-z0-9._:-]{1,64}. Invalid values are replaced.

Maximum string length: 64
Pattern: ^[A-Za-z0-9._:-]{1,64}$

Query Parameters

limit
integer
default:20

Number of resources to return. Defaults to 20 and is capped at 100.

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

An opaque cursor returned by the previous page.

Required string length: 1 - 2048
status
enum<string>
Available options:
queued,
running,
waiting,
completed,
failed,
cancelled
created_after
string<date-time>
created_before
string<date-time>

Response

Automation runs returned.

data
object[]
required
next_cursor
string | null
required