Get

Beta
Gets an image by imageId.

Path parameters

idstringRequired
The unique identifier for an Image

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Response

This endpoint returns an object.
deactivatedboolean
True if the object is deactivated. Deactivated objects are not returned in search results but are returned in all other endpoints including scan.
display_namestring
file_namestring
file_typestring
idstring
The unique identifier for an Image
organization_idstring
The organization that owns this object.
signed_urlstring
A signed URL to the image. This url can be used to upload an image to GCP storage or to read the image contents.
statusenum
Allowed values:
updated_atdatetime
updating_user_idstring
The user ID of the user who last updated the object.
versioninteger
The version of the object. Any update to any property of an object object will create a new version.
coverageobject or null
An association to a Coverage.
patientobject or null
An association to a Patient.

Errors