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

# Get transcript property

`GET /v1/transcript-property/{propertyID}`

Get the definition of the specified transcript property.

## Path parameters

- `propertyID` string, required — ID of the property to target.

## Response `200`

- object
  - `property` TranscriptPropertyResponse, required
    - `id` string, required
    - `projectID` string, required
    - `name` string, required
    - `type` string, required
    - `default` boolean, 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)
