Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the result of an Agent Job.
job_id
SELECT job_status('123e4567-e89b-12d3-a456-426614174000');
SELECT job_status(run_agent_result_column) FROM data_table;
SELECT resolve('123e4567-e89b-12d3-a456-426614174000');
SELECT resolve(run_agent_result_column) FROM data_table;