09bcf0709510
OpenAPI 3.1.02026-08-11211332768.1 KBDocuments
List document queries
get/api/v1/documents/{identifier}/queries
Path parameters
identifierstring required
Document identifier (either document ID or identifier slug)
Example:abc123
Document identifier (either document ID or identifier slug)
Response
Every query in the document — the dashboard's query presentation collection, which mirrors the workbook's tabs. The dashboard layout decides which of these render, so a query here may not appear on the dashboard.
Example response
{
"queries": [
{
"url": "https://org.omni.co/w/abc123?key=1"
}
]
}