.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-milestone-get - Get a milestone by ID in a project or group. .SH SYNOPSIS \fBglab milestone get [] [flags]\fP .SH DESCRIPTION Get information about a single milestone in a project or group, identified by its numeric ID. Use \fB--output json\fR to format the result as JSON for use with other tools. .PP By default, the milestone is looked up in the current project. Use \fB--project\fR to target a different project, or \fB--group\fR to look up a group-level milestone. \fB--project\fR and \fB--group\fR are mutually exclusive. .SH OPTIONS \fB--group\fP="" The ID or URL-encoded path of the group. .PP \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB--project\fP="" The ID or URL-encoded path of the project. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # Get a milestone from the current project glab milestone get 123 # Get a milestone from a different project glab milestone get 123 --project owner/project # Get a group milestone glab milestone get 123 --group example-group # Get a milestone as JSON glab milestone get 123 --output json .EE .SH SEE ALSO \fBglab-milestone(1)\fP