---
title: "Ingest Datapoint"
method: POST
path: "/v1/monitors/ingest-datapoint/{monitorId}"
tags: ["Monitors"]
---

# Ingest Datapoint

`POST /v1/monitors/ingest-datapoint/{monitorId}`

Sends a datapoint to add to the target monitorId with the current timestamp and then modeled. In private Beta, reach out for access.

## Path parameters

- `monitorId` string, uuid, required

## Request body

- PublicSeriesPoint
  - `value` number, double
  - `groups` object, nullable — Each key is a group name and each value should be the group by value. Omit the monitor has no groups

## Response `200`

Success

---

[API](https://skmtc.dev/metaplane/apis/metaplane-api.md) · [All operations](https://skmtc.dev/metaplane/apis/metaplane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/metaplane/metaplane-api/revisions/97bbb4440547/schema)
