Skip to main content
GET
Get Actions

Headers

API-Version
string

Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-07-06"

Query Parameters

pageIndex
number
default:0

Zero-based page index. 0 returns the first page.

Example:

0

pageSize
number
default:10

Number of items per page

Required range: 5 <= x <= 100
Example:

10

Search query to filter by. Is case-insensitive and does not need to match the entire value.

Maximum string length: 100
Example:

"example"

active
boolean

Filter by active status. Accepts true/false as string or boolean.

Example:

true

Response

A paginated list of actions, each including its most recent published versions, plus the total page count.

data
object[]
required

The current page of actions.

totalPages
number
required

Total number of pages available for the current pageSize.

Example:

1