List jobs
speechmatics_list_jobsList transcription jobs (most recent first), with status/data_name/duration. Batch API: GET /jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max jobs to return. | |
| created_before | No | RFC3339 date-time; only return jobs created before this time (for pagination). | |
| include_deleted | No | Include deleted jobs in the results. |