Comet REST API

The Comet REST API exposes read endpoints (workspace, project, experiment data), write endpoints (data submission), and Model Production Monitoring (MPM) endpoints. Authentication uses an API key via the `Authorization` HTTP header.

API entry from apis.yml

apis.yml Raw ↑
aid: comet-ml:comet-rest-api
name: Comet REST API
humanURL: https://www.comet.com/docs/v2/api-and-sdk/rest-api/overview/
baseURL: https://www.comet.com/api/rest/v2
tags:
- REST
- Experiments
- Projects
- Workspaces
- Model Registry
description: The Comet REST API exposes read endpoints (workspace, project, experiment data), write endpoints
  (data submission), and Model Production Monitoring (MPM) endpoints. Authentication uses an API key via
  the `Authorization` HTTP header.
properties:
- type: Documentation
  url: https://www.comet.com/docs/v2/api-and-sdk/rest-api/overview/
- type: Authentication
  url: https://www.comet.com/docs/v2/api-and-sdk/rest-api/overview/
- type: SDK
  title: Python (comet_ml)
  url: https://www.comet.com/docs/v2/api-and-sdk/python-sdk/overview/