Listing current and historical jobs
To list jobs associated with your API key, use:--all flag:
Getting job status by job_id
To get the status of a job by its ID, use:Getting job results by job_id
To get the results of a job by its ID, use:- You can also include the inputs in the results by using the
--include-inputsflag. - You can also include the cumulative logprobs by using the
--include-cumulative-logprobsflag. - You can also save the results to a file by using the
--saveflag. - If using the
--saveflag, you can also specify the format of the output file by using the--formatflag. Options areparquetandcsv, default isparquet.
--save flag:
Cancelling a running job by job_id
To cancel a running priority 1 job by its ID, use:Attaching to a running job by job_id
To attach to a running job by its ID, use:--latest flag: