Retrieves a paginated list of stored image objects associated with the account.
Parameters
| Name | Type | Description |
|---|---|---|
| limit | int | Max items (default: 20) |
| offset | int | Pagination cursor |
Response Example
{
"data": [
{ "id": "img_8x92m", "url": "https://cdn.imagesapiconnect.../8x92m.jpg" },
{ "id": "img_k29s1", "url": "https://cdn.imagesapiconnect.../k29s1.png" }
],
"count": 2
}