Tableau · Example Payload

Tableau Queryjob Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Queryjob Example is an example object payload from Tableau, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "queryJob",
  "method": "GET",
  "path": "/sites/{site-id}/jobs/{job-id}",
  "summary": "Tableau Query Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Queryjob200Example",
      "example": {
        "job": {
          "id": "abc123",
          "mode": "example_value",
          "type": "example_value",
          "status": 10,
          "progress": 10,
          "createdAt": "2026-01-15T10:30:00Z",
          "startedAt": "2026-01-15T10:30:00Z",
          "endedAt": "2026-01-15T10:30:00Z",
          "finishCode": 10,
          "title": "Example Title",
          "subtitle": "example_value",
          "statusNotes": {
            "statusNote": {}
          },
          "extractRefreshJob": {
            "datasource": {},
            "workbook": {}
          }
        }
      }
    }
  ]
}