<!-- Generated by box-gantry. DO NOT EDIT. -->
# AutomateWorkflowsManager
Reach these methods through the `automate_workflows` field on `client::Client`.
## list
`GET /automate_workflows`
| Parameter | In | Type | Required |
|---|---|---|---|
| `folder_id` | query | `String` | yes |
| `limit` | query | `i64` | no |
| `marker` | query | `String` | no |
**Returns:** `AutomateWorkflows`
Paginated — `list(...)` returns a paginator you drive with `.next().await`, threading the cursor for you. See the [pagination guide](../pagination.md).
## start
`POST /automate_workflows/{workflow_id}/start`
| Parameter | In | Type | Required |
|---|---|---|---|
| `workflow_id` | path | `String` | yes |
**Request body** (`application/json`): `AutomateWorkflowStartRequest`
**Returns:** no content