W&B GraphQL API

The W&B Public API is a GraphQL endpoint at `https://api.wandb.ai/graphql`. It backs the Python `wandb.Api()` SDK and exposes runs, projects, sweeps, artifacts, reports, registries, and automations. Authentication is via API key.

API entry from apis.yml

apis.yml Raw ↑
aid: weights-and-biases:wandb-graphql-api
name: W&B GraphQL API
humanURL: https://docs.wandb.ai/ref/python/public-api/api/
baseURL: https://api.wandb.ai/graphql
tags:
- GraphQL
- Experiments
- Runs
- Artifacts
- Sweeps
description: The W&B Public API is a GraphQL endpoint at `https://api.wandb.ai/graphql`. It backs the
  Python `wandb.Api()` SDK and exposes runs, projects, sweeps, artifacts, reports, registries, and automations.
  Authentication is via API key.
properties:
- type: Documentation
  url: https://docs.wandb.ai/ref/python/public-api/api/
- type: Authentication
  url: https://docs.wandb.ai/guides/track/public-api-guide
- type: SDK
  title: Python (wandb)
  url: https://docs.wandb.ai/ref/python/