Get agentic search status and results for an asynchronous search job.
DELETE /v2/agentic-search/{execution_id} to stop the execution.POST /v2/agentic-searchFormat: agentic-{uuid}-{timestamp}Note: If the execution ID does not exist or does not belong to your organization, the endpoint returns a 404 Not Found error."pending" - Execution has been created but not yet started"running" - Execution is currently processing"completed" - Execution finished successfully"failed" - Execution failed or was abortednullexecution_idmeta.progress to see real-time progressDELETE /v2/agentic-search/{execution_id} to stop running executions