Skip to main content
GET
Get Infrastructure

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Query Parameters

billing_month
string | null

Billing month to inspect (YYYY-MM). Defaults to the current month. Past months return the same category + line-item granularity as the current month.

Example:

"2026-06"

Response

Successful Response

tenant_id
string
required
cost_breakdown
CostBreakdownSummary · object
required
namespace
string | null
region
string
default:us-east1
billing_mode
string
default:credits
extractors
ExtractorComputeSummary · object[]
data_plane_components
DataPlaneComponentSummary · object[]
compute_costs
ComputeCostSummary · object
billing_period
BillingPeriodSummary · object | null