Retrieve a paginated list of milestones with optional filtering by status, visibility, project, and other criteria
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of items to skip for pagination (0-based)
0 <= x <= 10000
Maximum number of items to return per page
1 <= x <= 10025
Filter by milestone slug (exact match)
"user-authentication-v2"
Filter by public visibility status
true
Filter by milestone status
Filter by project ID
List of milestones retrieved successfully
Unique milestone identifier
Milestone title
Milestone description/body content (HTML formatted)
URL-friendly milestone identifier
Current milestone status
Current milestone stage
Whether milestone is publicly visible
Number of votes for this milestone
When the milestone was created
When the milestone was last updated