Stream AI job results
Retrieve the full result of a completed AI job, including all actions taken by the AI (queries generated, data retrieved) and the final summarized answer.
Results are only available for jobs in COMPLETE state and are retained for 14 days after completion. The response is streamed directly from storage.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The unique identifier of the AI job
Response
Job results retrieved successfully
Ordered list of actions the AI took during execution. Each action represents a step such as generating a query, executing it, or synthesizing a final answer.
The AI's final response message in Markdown format. This is the complete answer to the original prompt, incorporating data from all executed queries.
When the AI publishes a dashboard, the message discloses that the publish occurred. If the published draft contained changes made by someone other than the caller (drafts are per-dashboard, not per-user), the message also discloses that fact with attribution and timestamp.
"### Top 5 Products by Revenue\n\n1. **Sunglasses** - $678,994\n2. **Jeans** - $475,072"
Summary of the job result. Typically matches the final message content.
When the AI publishes a dashboard, the summary discloses that the publish occurred. If the published draft contained changes made by someone other than the caller, the summary also discloses that fact.
"### Top 5 Products by Revenue\n\n1. **Sunglasses** - $678,994\n2. **Jeans** - $475,072"
The topic name used for query generation.
"order_items"
URL to view this conversation in the Omni chat interface. Opens the chat session where the job actions and results are visible.
"https://my-org.omni.co/chat/660e8400-e29b-41d4-a716-446655440001"

