f9cfde1ce8b7

latestOpenAPI 3.1.02026-08-12211332768.6 KB
Documents

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"
    }
  ]
}