Get Attachment
documentedRetrieve metadata for a specific attachment.
GET /api/v1/attachments/{id}Attachments & Filesno 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://api.rev.com/api/v1/attachments/{{$id}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Rev {{REV_API_CLIENT_KEY}}:{{REV_API_USER_KEY}}"