{ "operationId": "queryDataSource", "method": "GET", "path": "/sites/{site-id}/datasources/{datasource-id}", "summary": "Tableau Query Data Source", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Querydatasource200Example", "example": { "datasource": { "id": "abc123", "name": "Example Title", "description": "A sample description.", "contentUrl": "https://www.example.com", "type": "example_value", "createdAt": "2026-01-15T10:30:00Z", "updatedAt": "2026-01-15T10:30:00Z", "isCertified": true, "certificationNote": "example_value", "useRemoteQueryAgent": true, "hasExtracts": true, "encryptExtracts": "example_value", "project": { "id": "abc123", "name": "Example Title" }, "owner": { "id": "abc123", "name": "Example Title" }, "tags": { "tag": {} } } } } ] }