This endpoint allows you to list all the jobs that you have created. They are sorted in descending order by the time they were created (latest job first). For performance reasons, job results are not included in the response. Retrieve the results by using the get job endpoint. By default the API will return the first 10 jobs. You can use theDocumentation Index
Fetch the complete documentation index at: https://docs.pyannote.ai/llms.txt
Use this file to discover all available pages before exploring further.
limit and
offset query parameters to paginate through the list of jobs.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of jobs to return
1 <= x <= 10010
Status of the jobs to return
pending, created, succeeded, canceled, failed, running "succeeded"
Number of jobs to skip
x >= 01