fc954f96ea62

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

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

created_atstring

First or queried timestamp when the first entry in the page was created.

limitinteger

Maximum number of objects returned in a page.

next_created_atstring

Timestamp that indicates the start of the next page of results, if any.

schemastring

Short schema name that the workflows have been filtered by.

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"
}