---
title: "GetAlertMeta returns metadata for checking an alert. It's currently only called by the alert reconciler in the runtime."
method: POST
path: "/v1/projects/{projectId}/alerts/meta"
---

# GetAlertMeta returns metadata for checking an alert. It's currently only called by the alert reconciler in the runtime.

`POST /v1/projects/{projectId}/alerts/meta`

## Path parameters

- `projectId` string, required

## Request body

- object
  - `alert` string
  - `annotations` object
  - `anonRecipients` boolean
  - `emailRecipients` string[]
  - `ownerId` string
  - `queryForUserEmail` string
  - `queryForUserId` string

## Response `200`

A successful response.

- V1GetAlertMetaResponse
  - `queryForAttributes` object
  - `recipientUrls` object

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.net/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/289a0ca9ce49/schema)
