dbt

dbt Accounts API

The Accounts API from dbt — 1 operation(s) for accounts.

Documentation

Specifications

Schemas & Data

Other Resources

🔗
Rules
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/rules/dbt-cloud-administrative-api-rules.yml
🔗
Capabilities
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/capabilities/dbt-cloud-administrative-api-capabilities.yml
🔗
GraphQL
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/graphql/dbt-graphql.md
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/apis.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-account-project-job-inventory-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-bootstrap-account-and-run-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-create-job-and-run-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-create-run-poll-artifacts-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-environment-job-run-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-find-job-and-run-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-job-run-history-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-provision-job-in-environment-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-rerun-latest-failed-run-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-run-and-fetch-artifacts-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-run-metadata-discovery-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-run-to-semantic-metrics-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/arazzo/dbt-trigger-run-and-poll-workflow.yml

OpenAPI Specification

dbt-accounts-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: dbt Cloud Administrative Accounts API
  description: The dbt Cloud Administrative API enables programmatic management of dbt Cloud accounts, projects, jobs, runs, environments, and other resources. The API supports automation of dbt Cloud workflows and integration with external orchestration tools.
  version: '3'
  contact:
    name: dbt Labs Support
    url: https://www.getdbt.com/community
servers:
- url: https://cloud.getdbt.com/api/v3
  description: Multi-tenant production
- url: https://cloud.getdbt.com/api/v2
  description: Legacy v2 API
security:
- bearerAuth: []
tags:
- name: Accounts
paths:
  /accounts/:
    get:
      summary: List accounts
      operationId: listAccounts
      tags:
      - Accounts
      responses:
        '200':
          description: A list of dbt Cloud accounts.
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: Token