Get async operation result
Get Async Response
Retrieve results from asynchronous operations
GET
Get async operation result
Retrieves the results of long-running asynchronous operations such as transcoding, processing, or indexing. Use this endpoint to poll the status and final results of async requests that were initiated with a callback or that return a response ID.
response_idis returned by async operations and included in the URL path- Check the
statusfield to determine if processing is complete - Results are available once status is “completed” or “done”
- Typical status values: “pending”, “processing”, “completed”, “failed”
Health Check
Verify API status
Chat Completions
Generate AI chat responses
Authorizations
API key for authentication (sk-xxx format)
Path Parameters
Example:
"job-12345"