pydo.images.get()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.images.get(image_id="your_image_id")Description
To retrieve information about an image, send a GET request to
/v2/images/{image_id}.
Parameters
image_idobject requiredA unique number (id) or string (slug) used to identify and reference a
specific image.
Public images can be identified by imageidorslug.
Private images *must* be identified by imageid.
Request Sample
Response Example
More Information
See /v2/images/{image_id} in the API reference for additional detail on responses, headers, parameters, and more.