v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
state-machines

List state machines

Returns a paginated list of state machines for an entity type within the caller account.

get/api/v1/state-machines

Query parameters

qstring

Busca textual por name ou code (case-insensitive).

entityTypestring required
pagenumber
limitnumber
sortBystring
sortOrderstring

Response

Paginated list of state machines.

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}