Get client detail
GET /api/v1/clients/{bucket_id}
GET
/api/v1/clients/{bucket_id}
Returns detailed usage data for a specific client.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” bucket_id
required
string
Example
acme-corpClient bucket identifier (alphanumeric, hyphens, underscores)
Responses
Section titled “ Responses ”Client details
object
bucket_id
Unique client identifier
string
Example
acme-corp display_name
Human-readable client name
string
Example
Acme Corporation status
Client status
string
total_records
Total record count across all collections
integer
Example
125000 total_storage_bytes
Total S3 storage in bytes
integer
Example
5368709120 trial_end_date
Trial expiration date if applicable
string format: date
client_since
Date client was created
string format: date
created_at
Record creation timestamp
string format: date-time
updated_at
Last update timestamp
string format: date-time
Invalid request parameters
object
error
Error message
string
request_id
Request ID for debugging
string
Example
{ "error": "Invalid bucket_id"}Authentication required
object
error
Error message
string
request_id
Request ID for debugging
string
Example
{ "error": "Unauthorized"}Resource not found
object
error
Error message
string
request_id
Request ID for debugging
string
Example
{ "error": "Not found"}