v1
latestOpenAPI 3.1.02026-07-1255227258.8 KBpartitions
List Partitions
List all partitions sorted by name in ascending order. Results are paginated with a max limit of 100. When more partitions are available, a cursor will be provided. Use the cursor parameter to retrieve the subsequent page.
get/partitions
Query parameters
cursorstring nullable
An opaque cursor for pagination
An opaque cursor for pagination
page_sizeinteger
The number of items per page (must be greater than 0 and less than or equal to 100)
The number of items per page (must be greater than 0 and less than or equal to 100)
Response
Successful Response
Example response
{
"partitions": [
{
"limit_exceeded_at": "2025-06-11T12:00:00Z",
"limits": {
"pages_processed_limit_monthly": 1000,
"pages_hosted_limit_monthly": 1000,
"pages_processed_limit_max": 1000,
"pages_hosted_limit_max": 1000,
"video_processed_limit_monthly": 60,
"video_processed_limit_max": 60,
"audio_processed_limit_monthly": 60,
"audio_processed_limit_max": 60,
"media_streamed_limit_monthly": 1024,
"media_streamed_limit_max": 1024,
"media_hosted_limit_monthly": 1024,
"media_hosted_limit_max": 1024
}
}
]
}