Skip to main content

Get API Usage

GET 
/storage/buckets/:bucketName/usage/api

Returns the detail on API usage on a bucket of a particular time period, group by method category.

Request

Path Parameters

    bucketName stringrequired

    The name of the bucket

Query Parameters

    filter[start_time] date-timerequired

    The start time of the period to filter the usage (ISO microsecond format)

    Examples:
    filter[end_time] date-timerequired

    The end time of the period to filter the usage (ISO microsecond format)

    Examples:

Responses

200: Bucket Usage

Loading...