Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:50

Page size (number of workflows per page).

offset
integer
default:0

Number of rows to skip before the first returned workflow.

Response

One page of workflows ordered by created_at descending, wrapped in the pagination envelope. Each item in results is a WorkflowListItem.

count
integer

Total number of workflow versions for the application.

next
string<uri> | null

URL of the next page, or null on the last page.

previous
string<uri> | null

URL of the previous page, or null on the first page.

results
object[]