v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBAdhoc Retrievers
Get Adhoc Execution
Get detailed execution information for a specific ad-hoc retriever execution.
Returns comprehensive execution details including: - Execution metadata (status, duration, credits used) - Performance metrics (documents processed/returned, cache hit rate) - Input data and query summary - Stage completion information - Collections queried
Use Cases: - Debug specific ad-hoc executions - Analyze performance of a particular query - Retrieve execution inputs for reproduction - Audit ad-hoc retriever usage
Raises: 404 NotFoundError: If execution not found or not an ad-hoc execution
get/v1/retrievers/executions/{execution_id}
Path parameters
execution_idstring required
Execution identifier.
Execution identifier.
Response
Successful Response