Sign in

Create Checklist

documented

Add a new checklist to a task.

POST /v2/task/{task_id}/checklistTask Checklistsno 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://api.clickup.com/api/v2/task/{{$task_id}}/checklist" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: {{CLICKUP_API_KEY}}" \
  -d '{"name": "{{$title}}"}'