Skip to main content
GET
/
v1
/
projects
/
{id}
Get Project Details
curl --request GET \
  --url https://api.studio.us.phrase.com/v1/projects/{id} \
  --header 'X-API-Key: <api-key>'
{
"id": "24746a21-bf6a-46c8-872f-8df3c9df1b53",
"accountId": "e7631985-e50d-424e-beef-6cb536d32c11",
"name": "<string>",
"archived": false,
"firstRecordingId": "f62368a1-6fe7-4015-a010-3360ab987134",
"sourceLanguage": "en",
"subtitleProfileId": "12c499bb-1ec9-43f2-9e0a-c07486366898",
"mediaType": "AUDIO",
"duration": 11.7,
"fileCount": 1,
"owner": "<string>",
"status": "COMPLETED",
"recordingTypes": [
"TRANSCRIPTION"
],
"createdAt": "2025-11-06T16:27:38.279Z",
"updatedAt": "2025-11-06T16:32:19.742Z",
"recordings": [
{
"id": "f62368a1-6fe7-4015-a010-3360ab987134",
"projectId": "24746a21-bf6a-46c8-872f-8df3c9df1b53",
"name": "audio.wav",
"type": "application/octet-stream",
"extension": "wav",
"sourceLanguage": "en",
"translationLanguages": [],
"dubbingLanguages": [],
"summaryEnabled": false,
"customAttributesEnabled": false,
"sourceDuration": 11.65,
"duration": 11.7,
"createdAt": "2025-11-06T16:27:40.620Z",
"updatedAt": "2025-11-06T16:27:40.620Z",
"insightsEnabled": false,
"safeCommunicationsEnabled": false
}
],
"pronunciations": [],
"safeCommunications": [],
"insights": []
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Project ID

Response

Project details retrieved successfully

id
string
required

Project ID

Example:

"01jzmvc20cjq5hj5saa96ttp2x"

name
string
required

Project name

Example:

"Meeting Recording"

status
enum<string>
required

Current project status

Available options:
ARCHIVED,
PENDING,
IN_PROGRESS,
COMPLETED,
FAILED
Example:

"IN_PROGRESS"

createdAt
string<date-time>
required

Project creation timestamp

updatedAt
string<date-time>
required

Project last update timestamp

firstRecordingId
string

First recording ID

sourceLanguage
string

Source language code

subtitleProfileId
string<uuid>

Subtitle profile ID

mediaType
enum<string>

Project media type

Available options:
AUDIO,
VIDEO,
AUDIO_VIDEO
duration
number

Total duration in seconds

fileCount
number

Number of files in project

owner
string

Owner user or team name

accountId
string

Account ID

archived
boolean

Whether project is archived

recordingTypes
enum<string>[]
Available options:
TRANSCRIPTION,
TRANSLATION,
DUBBING,
SUMMARY
recordings
object[]

Recordings within the project

glossary
object

Glossary configuration for the project (if any)

pronunciations
object[]

Pronunciations applied to the project

safeCommunications
object[]

Safe communication evaluations applied to the project

insights
object[]

Insights applied to the project