---
title: "Get property values for a playbook run"
method: GET
path: "/plugins/playbooks/api/v0/runs/{id}/property_values"
tags: ["PlaybookRuns"]
---

# Get property values for a playbook run

`GET /plugins/playbooks/api/v0/runs/{id}/property_values`

## Path parameters

- `id` string, required

## Query parameters

- `updated_since` integer

## Response `200`

List of property values for the playbook run.

- PropertyValue[]
  - `id` string — A unique, 26 characters long, alphanumeric identifier for the property value.
  - `field_id` string — The identifier of the property field this value belongs to.
  - `value` string, json — The JSON-encoded value of the property.
  - `create_at` integer — The property value creation timestamp, formatted as the number of milliseconds since the Unix epoch.
  - `update_at` integer — The property value update timestamp, formatted as the number of milliseconds since the Unix epoch.
  - `delete_at` integer — The property value deletion timestamp, formatted as the number of milliseconds since the Unix epoch. It equals 0 if not deleted.

## Other responses

- `400` — The request is malformed.
- `403` — Access to the resource is forbidden for this user.
- `500` — There was an internal error in the server.

## Changes

- **2025-10-13** `3b1944780f92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mattermost/apis/playbooks-api/changes/plugins/playbooks/api/v0/runs/:id/property_values/get.md)

---

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