Retrieves the input of a run by run_id.
Successful Response
Request to run a task.
Processor to use for the task.
"base"
Input to the task, either text or a JSON object.
"What was the GDP of France in 2023?"
User-provided metadata stored with the run. Keys and values must be strings with a maximum length of 16 and 512 characters respectively.
Optional source policy governing preferred and disallowed domains in web search results.
Task specification. If unspecified, defaults to auto output schema.
Interaction ID to use as context for this request.
Optional list of MCP servers to use for the run.
Controls tracking of task run execution progress. When set to true, progress events are recorded and can be accessed via the Task Run events endpoint. When false, no progress events are tracked. Note that progress tracking cannot be enabled after a run has been created. The flag is set to true by default for premium processors (pro and above).
Callback URL (webhook endpoint) that will receive an HTTP POST when the run completes. This feature is not available via the Python SDK.