Sign in

List tasks

documented

List all tasks within a specific checklist.

GET /checklists/{checklist_id}/tasks.(json|xml)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://checkvist.com/checklists/{{$checklist_id}}/tasks.{{$format}}?with_notes={{$with_notes}}" \
  -X GET \
  -H "X-Client-Token: {{CHECKVIST_API_KEY}}" \
  -H "Accept: application/json, application/xml"