Use this endpoint to retrieve a paginated list of workflows. You can filter results by status.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Filter results by status.
draft, active, inactive Maximum number of items to return per page. Defaults to 10. Must be between 1 and 100.
1 <= x <= 100Cursor for pagination. Use the value from the nextCursor field in a previous response to retrieve the next page.
Field to sort results by.
createdAt, updatedAt, name Sort direction. Use ASC for ascending or DESC for descending.
ASC, DESC Indicates that the request was successful and the response contains the requested data.