API Package Image
Get API Package Image
Retrieves the status and metadata associated with an API package Image. Returns the latest image if it has not yet been applied (status: uploading, validating, or invalid), otherwise returns the details of currently applied image (status: valid).
get/v3/api-packages/{packageId}/images/{imageType}
Response
ApiPackageImageResponse
Example response
{
"status": "valid",
"api_package_id": "123e4567-e89b-12d3-a456-426614174000",
"image_type": "icon",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}