Media
Returns the image details with threat detection status.
Claim-based access control: Issuer_Admin, Issuer_User
Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
401
Invalid authentication credentials.
403
User does not have a required claim to perform this operation.
404
Media not found.
get
/api/v1/media/{id}GET /api/v1/media/{id} HTTP/1.1
Host: {ISSUER_API_BASE_URL}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "createdBy": "123e4567-e89b-12d3-a456-426614174000",
  "updatedBy": "123e4567-e89b-12d3-a456-426614174000",
  "deletedBy": "123e4567-e89b-12d3-a456-426614174000",
  "createdAt": "2025-10-30T15:39:53.531Z",
  "updatedAt": "2025-10-30T15:39:53.531Z",
  "deletedAt": "2025-10-30T15:39:53.531Z",
  "mimeType": "image/jpeg",
  "keyUrl": "text",
  "filename": "text",
  "sizeInBytes": 1,
  "type": "cover_image",
  "status": "PROCESSING"
}