GET /jobs
Summary: Get List of Jobs
Operation ID: GetListOfJobs
Auth: unknown
Operation ID: GetListOfJobs
Auth: unknown
Description
Gets a list of transcription jobs submitted within the last 30 days in reverse chronological order up to the provided `limit` number of jobs per call. **Note:** Jobs older than 30 days will not be listed. Pagination is supported via passing the last job `id` from a previous call into `starting_after`.
Parameters (2)
limit
(integer, query, optional)
Limits the number of jobs returned, default is 100, max is 1000
starting_after
(string, query, optional)
If specified, returns transcription jobs submitted before the job with this id, exclusive (job with this id is not included)
No probe data for this endpoint yet.