Skip to main content
GET
Get project details

Authorizations

Authorization
string
header
required

Personal API token created in Descript Settings → API Tokens. See the Authentication section for details.

Path Parameters

project_id
string<uuid>
required

The project UUID

Response

Project details retrieved successfully

id
string<uuid>
required

Project ID

name
string
required

Project name

drive_id
string<uuid>
required

Drive ID the project belongs to

created_at
string<date-time>
required

When the project was created (ISO 8601)

updated_at
string<date-time>
required

When the project was last updated (ISO 8601)

media_files
object
required

Map of display path to media file info

compositions
object[]
required

Compositions in the project

publishes
object[]
required

Successfully published share pages for this project. Each entry represents a composition that has been published and is accessible via its share_url.

folder_path
string

Full folder path for the project (e.g. "Clients/Acme/Videos"). Absent when the project is at the drive root.

Example:

"Clients/Acme/Videos"