Retrieves a list of jobs associated with the authenticated token.
curl --request GET \ --url http://voiceharbor.ai/api/jobs \ --header 'Authorization: Bearer <token>'
{ "jobs": [ { "job_id": "<string>", "token": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of jobs
The response is of type object.
object