> For the complete documentation index, see [llms.txt](https://developers.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.couchdrop.io/administration/automations/scheduled-automations/get-all-schedule-workflows.md).

# Get all schedule workflows

## Get all configured schedule workflows

<mark style="color:blue;">`GET`</mark> `https://api.couchdrop.io/manage/workflow/schedules`

#### Headers

| Name  | Type   | Description      |
| ----- | ------ | ---------------- |
| token | String | API Access Token |

{% tabs %}
{% tab title="200: OK Json object with all workflows in a JSON array. " %}

```javascript
{
    "result": [{...}, {...}]
}
```

{% endtab %}
{% endtabs %}
