Workflows
Get a list of workflows
Retrieves a list of workflows with pagination and search capabilities
GET
/
v4
/
workflows
Authorizations
x-api-key
string
headerrequiredQuery Parameters
search
string
Search term to filter workflows by name or URL
skip
integer
default: 0Number of items to skip
Required range:
x > 0
limit
integer
default: 25Maximum number of items to return
Required range:
x > 1
Response
200 - application/json
workflows
object[]
totalItems
integer
Total number of items across all pages