List all namespaces for a user
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
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
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