Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Completes multiple tasks without execution. Non-atomic — some may succeed while others fail. Items not in the response dictionary succeeded.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Request body for batch completing tasks (without execution).
Task IDs to complete (1-100).
1 - 100 elementsDictionary of failed items keyed by task ID. Empty object {} means all succeeded.
Possible per-item error codes:
| error | Meaning |
|---|---|
| 1 | NotFound — task does not exist or caller lacks permission to complete it |
| 7 | CannotComplete — task is already finished or in an invalid state |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.