Authorizations
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings.
Headers
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'
Body
Request schema for listing namespaces.
Optional filters to apply to the namespace list.
{
"description": "test",
"namespace_name": { "$regex": "^my_namespace" }
}
Optional sort criteria for the namespace list.
{
"direction": "asc",
"field": "namespace_name"
}
Search term for wildcard search across all text fields.
"production"
If True, filters and search will be case-sensitive
Response
Successful Response
Response schema for listing namespaces.
List of namespaces matching the query
Pagination information for the current result window
Total number of namespaces that match the query
Aggregate statistics across all namespaces in the result Aggregate statistics for a list of namespaces.