Show task (global)
documentedShow details for a specific task by its global ID.
GET /api_v2/tasks/{task_id}.jsonTasksno implementation yet0 runsNo 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://www.bugherd.com/api_v2/tasks/{{$task_id}}.json" \
-u "{{BUGHERD_API_KEY}}:x" \
-H "Accept: application/json"