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.
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
References
- Documentation https://docs.wandb.ai/ref/python/public-api/api/
- Authentication https://docs.wandb.ai/guides/track/public-api-guide