Get internal asset
Stream the bytes of an internal-visibility asset (offloaded inbound media). Authenticated and scoped to the caller’s tenant — internal assets have no public or signed URL and are only readable by their owner.
Authentication
AuthorizationBearer
API key or Clerk session token
Path parameters
assetId
Asset ID (e.g. “asset_01k…”). A trailing file extension is ignored.
Response
Asset content. Content-Type reflects the stored asset, defaulting to application/octet-stream.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
503
Service Unavailable Error