interface PostTasksIDRunsIDRetryRequest {
    body: any;
    runID: string;
    taskID: string;
}

Properties

Properties

body: any

entity body

runID: string

A task run ID. Specifies the task run to retry.

To find a task run ID, use the GET /api/v2/tasks/{taskID}/runs endpoint to list task runs.

taskID: string

A task ID. Specifies the task to retry.

MMNEPVFCICPMFPCPTTAAATR