v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Automations

List automation workflows

List automation workflows with filtering, sorting, and cursor-based pagination.

Scopes: automations.read

Pagination: This endpoint uses cursor-based pagination.

  • Use the paging.cursors.after value from the response to get the next page
  • Use the paging.cursors.before value to get the previous page
  • The paging.hasMore field indicates if more results are available
  • Maximum page size is 250 items. Default: 100
get/automations

Query parameters

limitinteger

Number of items per page. Range: 1-250. Default: 100

afterstring

Opaque cursor for the next page

beforestring

Opaque cursor for the previous page

sort'createdAt' | 'updatedAt'

Sort field. Default: createdAt

direction'asc' | 'desc'

Sort direction. Default: desc

isEnabledboolean

If true, only enabled automations; if false, only disabled. Omit for no filter.

nameContainsstring

Filter by name (partial match, max 200 characters)

createdAtFromstring date-time

Filter automations created after this timestamp (ISO 8601, e.g. 2026-01-01T00:00:00Z)

createdAtTostring date-time

Filter automations created before this timestamp (ISO 8601, e.g. 2026-01-01T00:00:00Z)

updatedAtFromstring date-time

Filter automations updated after this timestamp (ISO 8601, e.g. 2026-01-01T00:00:00Z)

updatedAtTostring date-time

Filter automations updated before this timestamp (ISO 8601, e.g. 2026-01-01T00:00:00Z)

Headers

Omnisend-Versionstring required

API version that specifies the response format and behaviour

Response

List of automations with pagination