Weights & Biases · GraphQL Specification

Weights & Biases 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.

Documentation Endpoint View on GitHub MLMLOpsExperiment TrackingModel RegistryGenAIGraphQL

Overview

Weights & Biases GraphQL API is a GraphQL API specification published by Weights & Biases on the APIs.io network.

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.

The GraphQL endpoint is available at https://api.wandb.ai/graphql. documentation is published at https://docs.wandb.ai/ref/python/public-api/api/.

The specification includes 2 reference links.

Tagged areas include ML, MLOps, Experiment Tracking, Model Registry, and GenAI.

Endpoint

https://api.wandb.ai/graphql

References

Back to Weights & Biases · All GraphQL Specs · GitHub