Authentication
Include your API key asAuthorization: Bearer YOUR_API_KEY in the request headers.
Endpoint
Path Parameters
The unique identifier of the project whose jobs you want to list. Returned as
project.id from Create Project or List Projects.Example Request
Response Fields
Array of all jobs belonging to the specified project, ordered by creation time (newest first).
Example Response
Jobs are returned for the authenticated organization only. To retrieve full details or the result for a specific job, use Get Job or Get Job Result with the individual
jobId.