List attachments
documentedGet the list of attachments in the system.
GET /api/v1/Attachments/Attachmentsno 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://{{$tp_base_url}}/api/v1/Attachments/" -X GET -H "Accept: application/json" -H "Content-Type: application/json" -H "Cookie: {{$tp_session_cookie}}"