Python (SDK)
Speech
List speech-to-text history
List stored transcriptions for the authenticated user, newest first by default.
GET
Python (SDK)
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Query Parameters
History item ID to list items after (pagination cursor).
Maximum number of items to return (1-100, default 20).
Required range:
1 <= x <= 100Sort order by creation time. Defaults to 'desc' (newest first).
Available options:
asc, desc Filter results to a specific model id.