v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01485121699.8 KB
batch-operations

Batch Operations

Execute a batch operation on multiple tasks.

Supported actions:

  • cancel: Cancel all specified tasks.
  • retry: Reset failed tasks back to open.
  • reprioritize: Update priority on all specified tasks (requires priority).
  • tag: Add tags to all specified tasks (requires tags).

Returns a result with lists of succeeded and failed task IDs.

post/tasks/batch-ops

Request body

action'cancel' | 'retry' | 'reprioritize' | 'tag' required

Supported batch operation types.

idsstring[] required
priorityinteger nullable
tagsstring[] nullable

Response

Successful Response

succeededstring[]
failedobject