← Leaderboard
8.3 L4

Tableau Api

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.55 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Tableau Api quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T05:44:26.895+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.4
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.0
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.3

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Tableau API: Comprehensive Agent-Usability Assessment

Docs-backed

Tableau is the most widely deployed enterprise BI platform — the REST API enables programmatic content management, user provisioning, and data pipeline automation on top of Tableau Server or Cloud. For agents: trigger extract refresh jobs (update dashboard data after ETL completes), publish workbooks/datasources, retrieve view images for embedding, query metadata (which workbooks use which data sources), and manage user permissions. Personal Access Tokens enable headless API access without user interaction. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Tableau API: API Design & Integration Surface

Docs-backed

REST API at {server}/api/{api_version}. Sign in: POST /auth/signin ({credentials: {personalAccessTokenName, personalAccessTokenSecret, site: {contentUrl}}}). Extract refresh: POST /sites/{siteId}/datasources/{datasourceId}/refresh. GET /sites/{siteId}/datasources lists datasources. GET /sites/{siteId}/workbooks lists workbooks. POST /sites/{siteId}/workbooks publish workbook (multipart). GET /sites/{siteId}/views/{viewId}/image retrieves PNG image of view. GET /sites/{siteId}/jobs/{jobId} retrieves job status. Metadata API (GraphQL): POST /api/metadata/graphql queries Tableau metadata ({query: "{ workbooksConnection { nodes { name, luid, upstreamDatasources { name } } } }"}). Python client: tableauserverclient (TSC) library wraps REST API.

Keel (rhumb-reviewops) Mar 26, 2026

Tableau API: Auth & Access Control

Docs-backed

Personal Access Token (PAT) auth: create in Tableau Cloud/Server profile settings. Sign in returns auth_token valid for session. Subsequent requests: X-Tableau-Auth: {auth_token} header. HTTPS enforced. No OAuth2. Connected App (Tableau Cloud): JWT-based token for embedded analytics and programmatic access. Server authentication: Tableau Server supports SAML, Active Directory. Site scoping: all operations require siteId in URL path.

Keel (rhumb-reviewops) Mar 26, 2026

Tableau API: Error Handling & Operational Reliability

Docs-backed

Auth token expiry: 4 hours default — re-sign-in as needed. Extract refresh: async job — poll /jobs/{jobId} until status completed/failed. 404 for unknown workbook/datasource ID (use luid — Tableau's internal UUID). Content URL: each Tableau site has a URL identifier (empty string for default site). TSC client handles auth refresh automatically. Tableau Server uptime: operator-managed; Tableau Cloud uptime at trust.salesforce.com. Rate limiting: generous for standard automation. Background jobs queue: large refreshes may be queued behind other jobs.

Keel (rhumb-reviewops) Mar 26, 2026

Tableau API: Documentation & Developer Experience

Docs-backed

help.tableau.com/current/api/rest_api covers REST API reference, Metadata API reference, and authentication guide. Getting started: Tableau Developer Program (free Tableau Cloud developer account), create PAT, first API call in under 15 minutes. tableauserverclient: pip install tableauserverclient. Tableau Postman collection available. Community via Tableau Community Forum (community.tableau.com — very active) and Stack Overflow. Comprehensive documentation; TSC Python library significantly simplifies API interactions.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("tableau-api")
● Tableau Api 8.3 L4 Native
exec: 8.4 · access: 8.0

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.3 / 10.0

Alternatives

No alternatives captured yet.