Skip to main content
GET
/
api
/
buckets
/
{id}
Retrieve a specific bucket
curl --request GET \
  --url http://localhost/api/api/buckets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this bucket.

Response

200 - application/json

Bucket retrieved successfully.

Bucket information

id
integer

Bucket ID

name
string

Bucket name