GET /accounts/{account_id}/r2/buckets

Lists all R2 buckets on your account.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Request headers

Name Type Required Description
cf-r2-jurisdiction String No

Possible values:

  • "eu"
  • "fedramp"
  • "default"

Default value: "default"

Query parameters

Name Type Required Description
name_contains String No
order String No

Possible values:

  • "name"
direction String No

Possible values:

  • "desc"
  • "asc"
per_page Number No

Default value: 20

start_after String No
cursor String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.