Workflows
List Workflows API
List your workflows via GET /workflows, newest first, with optional case-insensitive filtering by a substring of the workflow name.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Case-insensitive substring filter on the workflow name.
Number of results per page.
Required range:
1 <= x <= 100Number of results to skip.
Required range:
x >= 0
