Athena
Objects

List objects in an S3 bucket (ListObjectsV2)

POST
/storage/objects

Request Body

application/json

endpoint*string

S3-compatible endpoint URL or host

region*string
access_key_id*string
secret_key*string
bucket*string
prefix?|
delimiter?|
continuation_token?|
max_keys?integer
Default200
Formatint32

Response Body

application/json

curl -X POST "https://athena-cluster.com/storage/objects" \  -H "Content-Type: application/json" \  -d '{    "endpoint": "string",    "region": "string",    "access_key_id": "string",    "secret_key": "string",    "bucket": "string"  }'
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}