---
title: "Batch resolve observations"
method: POST
path: "/v1/data/observations/batch"
tags: ["Data"]
---

# Batch resolve observations

`POST /v1/data/observations/batch`

Resolves up to 32 observations in a single request.

## Request body

- ObservationBatchRequest
  - `requests` object[], required
    - `resource` string, required
    - `key` string, required
    - `dealContext` string
    - `policy` string

## Response `200`

Resolved observations.

- object
  - `data` Observation[]
    - `resource` string
    - `key` string
    - `value` unknown
    - `provenance` object

## Other responses

- `400` — The request body or parameters are invalid.
- `401` — Missing or invalid API key credentials.

---

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