Skip to main content
GET
Get milestone by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Milestone ID

Response

Milestone retrieved successfully

id
string

Unique milestone identifier

number
integer

Sequential milestone number

title
string

Milestone title

body
string

Milestone description/body content (HTML formatted)

slug
string

URL-friendly milestone identifier

status
string

Current milestone status

stage
string

Current milestone stage

is_public
boolean

Whether milestone is publicly visible

upvote_count
integer

Number of votes for this milestone

project
object
labels
object[]
attachments
object[]
started_at
string<date-time> | null

When the milestone moved into progress

ended_at
string<date-time> | null

When the milestone was completed or canceled

created_at
string<date-time>

When the milestone was created

updated_at
string<date-time>

When the milestone was last updated