---
title: "Get all transcript property values"
method: GET
path: "/v1/transcript-property-value/transcript/{transcriptID}"
tags: ["Transcript property value", "Public-Docs"]
---

# Get all transcript property values

`GET /v1/transcript-property-value/transcript/{transcriptID}`

Get all property values associated with the specified transcript.

## Path parameters

- `transcriptID` string, required — ID of the transcript to target.

## Response `200`

- object
  - `propertyValues` TranscriptPropertyValueResponse[], required
    - `propertyID` string, required
    - `transcriptID` string, required
    - `value` string, required
    - `metadata` object, nullable, required
    - `createdAt` string, date, required
    - `updatedAt` string, date, required

---

[API](https://skmtc.dev/voiceflow/apis/general-runtime.md) · [All operations](https://skmtc.dev/voiceflow/apis/general-runtime/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voiceflow/general-runtime/revisions/6b1c4f778c56/schema)
