# Trigger a sweep configuration

Manually trigger a single sweep configuration based on its ID

Endpoint: POST /v2/workflows/sweep/{id}/trigger
Version: 2.0
Security: TokenAuth

## Path parameters:

  - `id` (string, required)
    The ID of the sweep configuration

## Response 400 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (array)

  - `details.@type` (string)


