Get RTStream transcription data
Get RTStream Transcription
Retrieve transcription data from a real-time stream
GET
Get RTStream transcription data
Retrieve transcription records from a real-time stream, including word-level timestamps and pagination support.
- Use
startandend(Unix timestamps) to filter by time range - Use
sincefor polling - returns only entries newer than the given timestamp - Paginated with
pageandpage_size(max 1000) - Includes word-level timestamps for each transcription record
Authorizations
API key for authentication (sk-xxx format)
Path Parameters
Example:
"rts-12345"
Query Parameters
Example:
"default"
Example:
1
Required range:
x <= 1000Example:
100
Filter by start timestamp
Example:
1700000000
Filter by end timestamp
Example:
1700003600
Get only entries newer than this timestamp (for polling)
Example:
1700000000