List Jobs
Jobs Routes
List Jobs
Retrieve a paginated list of jobs with optional filtering and sorting.
GET
List Jobs
Documentation Index
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Query Parameters
The unique identifier of the project
Example:
"b8f820ac-2830-4eb8-be86-b7af9c8b92f0"
Current page number
Example:
1
Number of jobs per page
Example:
10
Field to sort by
Available options:
totalCost, usageTime, createdAt, updatedAt Example:
"usageTime"
Sort direction
Available options:
asc, desc Example:
"asc"
Job status to filter by (e.g., PENDING, COMPLETED)
Example:
"PENDING"
Job type to filter by (e.g., TRANSCRIPTION, AI_CONTENT)
Example:
"TRANSCRIPTION"
Free text search on job fields
Example:
"AI_CONTENT"