Get Audio Asset Bytes

Stream the raw WAV bytes for an audio asset. Byte-stream sibling of the metadata endpoint at /v1/agents/audio-assets/{id}. The LiveKit worker fetches through here for the play_audio builtin; SDK consumers can also download originals. Returns 404 for missing / soft-deleted / foreign-tenant assets.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

idstringRequired

Response

The raw audio bytes (PCM 16-bit signed, mono, 48 kHz, WAV-wrapped).