---
title: "Get an observation"
method: GET
path: "/v1/data/observations"
tags: ["Data"]
---

# Get an observation

`GET /v1/data/observations`

Resolves the best observation value for a resource and key.

## Query parameters

- `resource` string, required
- `key` string, required

## Response `200`

The resolved observation.

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

## Other responses

- `401` — Missing or invalid API key credentials.
- `404` — The resource does not exist in your organization.

---

[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)
