v1
latestOpenAPI 3.0.02026-07-222980136.7 KBAudits
List query fan-outs
get/v1/audits/query-fan-outs
Query parameters
workspaceIdstring required
The workspace the API key has access to.
Example:01HX7K2YV9D3M8N0G6Q5R4S3T2
The workspace the API key has access to.
Response
A list of query fan-out runs.
Example response
{
"items": [
{
"id": "01HXFANOUT5XY8Z2N3KQ7VAW4P",
"workspaceId": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
"query": "best running shoes for marathon training",
"status": "completed",
"queriesCount": 25,
"createdDate": "2026-06-18T08:29:45.000Z"
}
],
"paging": {
"nextCursor": null,
"hasMore": false
}
}