Retrieve the results of a batch inference job by its job_id
Key YOUR_API_KEY
Example: Authorization: Key sk_live_abc123...
include_inputs
is True
, the results will be a dictionary with inputs
and outputs
keys. If include_inputs
is False
, the results will be a dictionary with outputs
key. Results are in the same order as the inputs.