GET /accounts/{accountId}/v1/images
List images for an account.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
Account identifier. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
sort_order |
String | No |
Sorting order by upload time Valid values:
Default value: "desc" |
continuation_token |
String | No |
Continuation token for a next page. List images V2 returns continuation_token |
per_page |
Integer | No |
Number of items per page Default value: 1000 |
creator |
String | No |
Internal user ID set within the creator field. Setting to empty string will return images where creator field is not set |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.