Skip to main content
GET
/
api
/
orgs
/
{id}
/
projects
/
{projectId}
/
milestones
List project milestones
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/projects/{projectId}/milestones \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

id identifier

projectId
string
required

projectId identifier

Query Parameters

shape
enum<string>

Opt into the CLI-compatible list envelope response.

Available options:
envelope,
cli
response_shape
enum<string>

Alias for shape; use cli for the CLI-compatible list envelope response.

Available options:
cli,
envelope

Response

Successful response

The response is of type object.