GET /accounts/{account_id}/logs/list
Lists R2 objects containing logs matching the provided query parameters.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Cloudflare account ID (32-character hex string). |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
R2-Access-Key-Id |
String | Yes | |
R2-Secret-Access-Key |
String | Yes |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
end |
String | Yes |
End time in RFC3339 format. |
prefix |
String | No |
R2 bucket prefix logs are stored under. |
limit |
Integer | No |
Maximum number of results to return. |
bucket |
String | Yes |
R2 bucket name. |
start |
String | Yes |
Start time in RFC3339 format. |
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.