searchJobs
abstract suspend fun searchJobs(input: SearchJobsRequest = SearchJobsRequest { }): SearchJobsResponse
Retrieve a JSON array that includes job details for up to twenty of your most recent jobs. Optionally filter results further according to input file, queue, or status. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array.