list
List all buckets within your GroundX account
Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.
Query parameters
The maximum number of returned buckets. Accepts 1-100 with a default of 20.
A token for pagination. If the number of buckets for a given query is larger than n, the response will include a "nextToken" value. That token can be included in this field to retrieve the next batch of n buckets.
Response
Look up success
Example response
{
"buckets": [
{
"created": "2023-10-03T08:59:39.312Z",
"fileSize": "3.1GB",
"updated": "2023-10-03T08:59:39.312Z"
}
]
}Changes
Changed in 7 of the 50 revisions of this API.1413
- ○
added the new optional
queryrequest parameternnew-optional-request-parameter
- ○
added the new optional
queryrequest parameternextTokennew-optional-request-parameter
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the non-success response with the status
response-non-success-status-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
api tag
Bucketsaddedapi-tag-added
- ○
api tag
Bucketremovedapi-tag-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
- ○
api operation id
getBucketsremoved and replaced withBucket_listapi-operation-id-removed
- ○
api tag
Bucketaddedapi-tag-added
- ○
- ▲
the response property
//became optional for the statusresponse-property-became-optional
- ●
deleted the
queryrequest parameternrequest-parameter-removed
- ●
deleted the
queryrequest parameternextTokenrequest-parameter-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ○
api operation id
Bucket_listremoved and replaced withgetBucketsapi-operation-id-removed
- ○
api tag
Bucketsremovedapi-tag-removed
- ○
added the non-success response with the status
response-non-success-status-added
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲