List Adhoc Executions
List execution history for ad-hoc retrievers.
Returns execution history for all ad-hoc retriever executions in the namespace, sorted by timestamp descending (most recent first).
Use Cases: - Track ad-hoc retriever usage across the namespace - Debug ad-hoc retriever executions - Analyze query patterns from ad-hoc searches - Monitor performance of ad-hoc executions
Filtering: - Filter by status (completed, failed, etc.) - Filter by time range (start_time, end_time)
Pagination: - Supports offset-based pagination via query parameters - Default limit: 20, max limit: 100 - Use ?page_size=X&page_number=Y for pagination
Query parameters
Request body
Example request
{
"status": "completed"
}Response
Successful Response
Changes
Changed in 3 of the 29 revisions of this API.4
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional request property
count_onlynew-optional-request-property
- ○
- ○
added the new optional
queryrequest parameterafternew-optional-request-parameter
- ○
added the new optional
queryrequest parameternext_cursornew-optional-request-parameter
- ○