get https://api.super.ai/v1/apps//jobs
Use this endpoint to retrieve the job objects for multiple jobs from a specified project.
Searching inputs and outputs
The
inputPath
,inputMatchType
, andinputValue
parameters must be used in conjunction in order to search your input JSON data. Likewise,responsePath
,responseMatchType
, andresponseValue
all need to be specified to search your output data.
Retrieving multiple job objects along with outputs or downloading data in CSV format
If you want to retrieve the job object along with the output (if the job has been completed) for multiple jobs or you want to receive your data in CSV format, you should use the retrieve all information endpoint.