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

# Get all transcript properties

`GET /v1/transcript-property/project/{projectID}`

Get all transcript properties for the specified project.

## Path parameters

- `projectID` string, required — ID of the target Voiceflow project.

## Response `200`

- object
  - `properties` 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)
