Sign in

Batch check

documented

Check batch status for tasks (load results in batches). Note: the path id is typically 0 or other batch identifiers.

POST /api/v2/batch/check/{id}Batch Operationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://ticktick.com/api/v2/batch/check/{{$id}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Origin: https://ticktick.com" \
  -H "Referer: https://ticktick.com/" \
  -d '{"ids": ["{{$item_id}}"], "includeArchived": {{$includeArchived}}}'