MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Export Audit Log as CSVAudit LogCost BreakdownSpend BreakdownPer-Tool StatsUsage Stats
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceObservability

Spend Breakdown

GET
/v1/observability/spend

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

org_id*Org Id
Formatuuid
range?|null
range_from?|null
range_to?|null
group_by?Group By
Match^(metric|user|agent|deployment)$
Default"metric"
verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/observability/spend?org_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "entries": [    {      "bucket_key": "string",      "gross_credits": 0,      "net_credits": 0    }  ]}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Cost Breakdown

Previous Page

Per-Tool Stats

Next Page