attacca

List workflows

The account's workflows, newest-edited first. Naming a project narrows the list to it; naming the account's **Default** project also returns the workflows filed under no project at all, since that project is the catch-all for project-less items.

GET
/v1/workflows

The account's workflows, newest-edited first. Naming a project narrows the list to it; naming the account's Default project also returns the workflows filed under no project at all, since that project is the catch-all for project-less items.

Authorization

api_key workflows:read
AuthorizationBearer <token>

An atk_-prefixed API key, created under Settings → API keys.

In: header

Scope: workflows:read

Query Parameters

project_id?|

Restrict to one project. The account's Default project is the catch-all: naming it also returns the workflows filed under no project at all. Omit for every workflow of the account.

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/workflows"
[  {    "created_at": "2019-08-24T14:15:22Z",    "description": "string",    "draft_revision_id": "a2b08189-75ab-4941-8b66-156dfed9f375",    "icon": "string",    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",    "published_revision_id": "95cbc7a1-fc13-4055-a6cd-38f318be5907",    "state": "string",    "updated_at": "2019-08-24T14:15:22Z"  }]