Skip to main content
GET
Get Project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Response

Successful Response

Detail view of a project, including the billing basis upload/complete established. duration, source_size_bytes, width, height are null until upload/complete has probed the source; width and height stay null for audio sources, which have no dimensions.

project_id
string
required
status
enum<string>
required

Public project lifecycle: creation → upload → analyzable (or failed).

One of three distinct status vocabularies on the /v1 wire (REE-75) — project lifecycle, command dispatch, and analysis result are different state machines and are declared as different enums on purpose.

Available options:
created,
uploading,
ready,
failed
created_at
string
required
source
ProjectSourceResponse · object
required
duration
number | null
source_size_bytes
integer | null
width
integer | null
height
integer | null