Skill usage lookup
GET/v1/skills/usage
Look up Skill consume records for the current API key after a dropped
/v1/skills/stream connection. Use the same Authorization: Bearer sk-...
header as stream.
Provide at least one of session_id, request_id, or billing_event_id.
When each ID is available:
session_id: issued on the firstsystemevent. This is the primary key for reconciling a dropped call. Prefer it after you have seensystem.request_id: response headerX-Oneapi-Request-Idas soon as the 200 SSE connection opens; also present ontoken_stats/turn_media_stats.billing_event_id: only after you receive that usage event. Use it to confirm one billed event, not to recover a call that failed before any usage event arrived.
Request
Responses
- 200
- 400
- 401
- 500
Skill usage records for the current API key.
Missing session_id, request_id, and billing_event_id.
API key is invalid or missing.
Failed to query usage logs.