Sign in

Show attachment

documented

Get detail for a specific attachment.

GET /api_v2/projects/{project_id}/tasks/{task_id}/attachments/{attachment_id}.jsonProjectsno 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://www.bugherd.com/api_v2/projects/{{$project_id}}/tasks/{{$task_id}}/attachments/{{$attachment_id}}.json" \
  -u "{{BUGHERD_API_KEY}}:x" \
  -X GET \
  -H "Accept: application/json"