Get Images
Returns a paginated list of images for a given organization, along with their EOL status.
Args: organization_id (UUID4): The ID of the organization to retrieve images for. search (str, optional): A search string to filter images by name. Defaults to None. filter (EOLFilterOptions, optional): An EOL filter option to filter images by EOL status. Defaults to None.
Returns: Page[ProjectImage]: A paginated list of images for the given organization, along with their EOL status.
post/images
Query parameters
searchstring nullable
verifiedstring nullable
eol_filter'All' | 'EOL' | 'EOL LESS THAN 6MO' | 'EOL LESS THAN 12MO' | 'EOL MORE THAN 12MO'
pageinteger
Page number
Page number
sizeinteger
Page size
Page size
Request body
Response
Successful Response