Skip to main content
GET
List releases

Authorizations

Authorization
string
header
required

User PAT (td_pat_) scoped to the target project

Path Parameters

projectId
string
required

The project identifier (e.g. project_abc123). Must match the project associated with your PAT.

Query Parameters

Match by name.

type
string
isCompleted
boolean
parentReleaseId
string

Direct children of this release.

status
string
sortBy
enum<string>
Available options:
createdAt,
startDate,
endDate,
name
sortOrder
enum<string>
Available options:
asc,
desc
page
integer
Required range: x >= 1
limit
integer

Default 25.

Required range: 1 <= x <= 200

Response

Release list

success
enum<boolean>
Available options:
true
data
object
pagination
object