Skip to main content

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 first system event. This is the primary key for reconciling a dropped call. Prefer it after you have seen system.
  • request_id: response header X-Oneapi-Request-Id as soon as the 200 SSE connection opens; also present on token_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

Skill usage records for the current API key.