Skip to main content
GET
List projects or get by ID

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
status
string

Response

200 - application/json

The request has succeeded.

projectId
string
required
clientId
string
required
name
string
required
status
enum<string>
required
Available options:
draft,
active,
archived
createdAt
integer<int64>
required
updatedAt
integer<int64>
required
project
object

The serializable timeline document (Twick ProjectJSON: tracks, assets, metadata, version). Stored opaquely; the editor owns its shape.

tags
object[]
metadata
object