v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Tasks

Batch complete tasks

<small>Requires the tasks:operate scope (or a broader one that includes it).</small>

Completes multiple tasks without execution. Non-atomic — some may succeed while others fail. Items not in the response dictionary succeeded.

post/v3/tasks/batch/complete

Request body

idsinteger[] required

Task IDs to complete (1-100).

Response

Dictionary of failed items keyed by task ID. Empty object {} means all succeeded.

Possible per-item error codes:

codeMeaning
notFoundTask does not exist or caller lacks permission to complete it
cannotCompleteTask is already finished or in an invalid state
object required