Get details for a specific async job.
Returns job status and result (including output when complete).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Async response from universal-ai/async endpoint.
Inherits base fields and adds job-specific fields for tracking async operations. Used for both job creation (202 Accepted) and job detail (GET) responses.
Request status: success, fail, or processing (async only)
success, fail, processing Cost in credits for this request
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Provider name that processed the request
Feature category (e.g., text, ocr, image)
Specific subfeature (e.g., ai_detection, sentiment)
Job ID for polling status
Job creation timestamp
Normalized output from the provider
Error details from the provider (only present when status is 'fail')
Raw response from the provider (if show_original_response=true)
Model name if specified in the request