Get Project Snapshot

GET
/v1/studio/projects/:project_id/snapshots/:project_snapshot_id

Returns the project snapshot.

Path parameters

project_idstringRequired

The ID of the Studio project.

project_snapshot_idstringRequired

The ID of the Studio project snapshot.

Response

Successful Response

project_snapshot_idstring

The ID of the project snapshot.

project_idstring

The ID of the project.

created_at_unixinteger

The creation date of the project snapshot.

namestring

The name of the project snapshot.

character_alignmentslist of objects
audio_uploadobjectOptional

The audio upload of the project snapshot.

zip_uploadobjectOptional

The zip upload of the project snapshot.

Errors

Built with