W&B GraphQL API

Primary programmatic surface for W&B Models. The Python public API (wandb.Api) speaks GraphQL against api.wandb.ai to query and manage runs, projects, sweeps, artifacts, registries, reports, automations, slack and webhook integrations, and viewer/entity context.

API entry from apis.yml

apis.yml Raw ↑
aid: wandb:graphql
name: W&B GraphQL API
description: Primary programmatic surface for W&B Models. The Python public API (wandb.Api) speaks GraphQL
  against api.wandb.ai to query and manage runs, projects, sweeps, artifacts, registries, reports, automations,
  slack and webhook integrations, and viewer/entity context.
humanURL: https://docs.wandb.ai/ref/python/public-api/api/
baseURL: https://api.wandb.ai/graphql
tags:
- GraphQL
- Runs
- Artifacts
- Sweeps
- Model Registry
properties:
- type: Documentation
  url: https://docs.wandb.ai/ref/python/public-api/api/
- url: graphql/wandb-graphql.md
  type: GraphQL