Fetch workflows in the current workspace.
get/transform/v1/workflows
Query parameters
limitinteger
Maximum number of workflows to return.
Example:100
Maximum number of workflows to return.
created_atstring
Date from which results are provided.
Example:2023-08-02T00:00:00.000Z
Date from which results are provided.
schemastring
Short schema name that the workflow will be allowed to process.
Example:bill/invoice
Short schema name that the workflow will be allowed to process.
Response
OK
Example response
{
"list": [
{
"id": "186522a6-e697-4e34-8498-eee961bcb845",
"rescue": [
{
"action": "email.send",
"id": "186522a6-e697-4e34-8498-eee961bcb845",
"next": [
{
"step_id": "186522a6-e697-4e34-8498-eee961bcb845"
}
]
}
],
"steps": [
{
"action": "email.send",
"id": "186522a6-e697-4e34-8498-eee961bcb845",
"next": [
{
"step_id": "186522a6-e697-4e34-8498-eee961bcb845"
}
]
}
]
}
],
"schema": "bill/invoice"
}