---
title: "GET /actors/{actor_id}/kv/keys/{key}"
method: GET
path: "/actors/{actor_id}/kv/keys/{key}"
tags: ["actors::kv_get"]
---

# GET /actors/{actor_id}/kv/keys/{key}

`GET /actors/{actor_id}/kv/keys/{key}`

## Path parameters

- `actor_id` string, required
- `key` string, required

## Query parameters

- `namespace` string, required

## Response `200`

- ActorsKvGetResponse
  - `update_ts` integer, required
  - `value` string, required

---

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