Workflows
Fetch all workflows
Fetch workflows in the current workspace.
GET
/
transform
/
v1
/
workflows
Query Parameters
limit
integer
Maximum number of workflows to return.
created_at
string
Date from which results are provided.
schema
string
Short schema name that the workflow will be allowed to process.
Response
200 - application/json
created_at
string
First or queried timestamp when the first entry in the page was created.
limit
integer
Maximum number of objects returned in a page.
list
object[] | null
List of workflows.
next_created_at
string
Timestamp that indicates the start of the next page of results, if any.
schema
string
Short schema name that the workflows have been filtered by.