List credential attachments
GET/openapi/v1/credentials/:credentialId/attachments
Returns metadata for every file attached to the credential. Response excludes the actual file content — fetch each attachment's /content URL to download bytes.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error