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

# Get property fields for a playbook run

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

## Path parameters

- `id` string, required

## Query parameters

- `updated_since` integer

## Response `200`

List of property fields for the playbook run.

- PropertyField[]
  - `id` string — A unique, 26 characters long, alphanumeric identifier for the property field.
  - `type` 'text' | 'select' | 'multiselect' — The type of the property field.
  - `name` string — The name of the property field.
  - `description` string — The description of the property field.
  - `create_at` integer — The property field creation timestamp, formatted as the number of milliseconds since the Unix epoch.
  - `update_at` integer — The property field update timestamp, formatted as the number of milliseconds since the Unix epoch.
  - `delete_at` integer — The property field deletion timestamp, formatted as the number of milliseconds since the Unix epoch. It equals 0 if not deleted.
  - `attrs` object — Additional attributes for the property field (options for select fields, visibility, etc.).

## 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_fields/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)
