Retrieve multiple job objects

Use this endpoint to retrieve the job objects for multiple jobs from a specified project.

Path Params
string
required

The universal unique identifier (UUID) of the project for which you want to create the job. You can find this in the super.AI dashboard URL of your project.

Query Params
int32

Page number from which you want to start your results. Only use this parameter if you are expecting a huge number of results. Without this parameter, the default is the first page, page 0.

int32

Number of jobs per page you want to receive. Without this parameter, the default is 250.

string

Criteria by which the jobs are sorted. Available options: completed (time of job completion), created (time you submitted the job to super.AI), and status (current job status). Without this parameter, the default sorting method is id.

string

Order in which your jobs are sorted. Available options: asc (ascending) and desc (descending). If you do not set this parameter, results will be in descending order.

date

UTC timestamp of the earliest job start date for inclusion in results

date

UTC timestamp of the latest job start date for inclusion in results

date

UTC timestamp of the earliest job completion date for inclusion in results

date

UTC timestamp of the latest job completion date for inclusion in results

statusIn
array of strings

Filter jobs by current status. Available options: SCHEDULED, IN_PROGRESS, FAILED, SUSPENDED, CANCELED, EXPIRED, and COMPLETED.

statusIn
string

Filter jobs by whether an output has been marked as correct or not by a reviewer. Available options: true, false, and null. null means the job output has not yet been reviewed.

tags
array of strings

Filter jobs by tags, which are manually set text tags that allow you to label and group your data points for later reference

tags
notTags
array of strings

Filters out jobs having these tags.

notTags
string

Filter jobs by metadata. Enter the any text that appears within your metadata and only jobs that contain that text string in their metadata will be returned.

string

Filter by a specific ID. This searches job IDs, job UUIDs, and metadata IDs.

int32

Filter by the lowest job ID number

int32

Filter by the highest job ID number

boolean

Filter by whether jobs have labeler feedback attached

string

The path within the input JSON that you want to search. Use {} for root; use the format {a.b.0} to specify a path within the JSON (where 0 is the index number if the input features an array). E.g., if you want to search an input key named vendor that is nested within a product key, specify it using the format {product.vendor}. Must be used together with inputMatchType and inputValue.

string

The type of search you want to conduct. Possible values: IS, CONTAINS, IS_NOT, CONTAINS_NOT, IS_NOT_EMPTY. Must be used together with inputPath and inputValue.

string

The search term that you are looking for within your input. Must be used together with inputPath and inputMatchType.

string

The path within the output JSON that you want to search. Use {} for root; use the format {a.b.0} to specify a path within the JSON (where 0 is the index number if the output features an array). E.g., if you want to search all output values, you can specify this using the format {label.selection.value}. Must be used together with responseMatchType and responseValue.

string

The type of search you want to conduct. Possible values: IS, CONTAINS, IS_NOT, CONTAINS_NOT, IS_NOT_EMPTY. Must be used together with responsePath and responseValue.

string

The search term that you are looking for within your output. Must be used together with responsePath and responseMatchType.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain