# Get Milestone **GET /api/v1.0/milestones/{milestone_id}** This endpoint fetch the milestone information. ## Servers - https://openapi.niftypm.com: https://openapi.niftypm.com () ## Authentication methods - Bearer ## Parameters ### Path parameters - **milestone_id** (string) Milestone ID ## Responses ### 200 Success Response #### Body: application/json (object) - **id** (string) Milestone ID - **name** (string) Milestone Name - **created_at** (string(date-time)) Creation Date - **created_by** (string) Operation message - **description** (string) Description - **dependency** (string) Dependencies - **start** (string(date-time)) Start Date - **end** (string(date-time)) End Date - **archived** (string) achived - **project** (string) Project - **task_group** (string) Task Group - **rule** (string) Rules - **tasks** (array[string]) List of Tasks - **hidden** (array[string]) hidden - **fields** (array[object]) - **statistic** (object) - **order** (number) Order - **color** (string) Color - **is_list** (boolean) List Flag - **assignees** (array[string]) Assignee to List ### 401 The client request has not been completed because it lacks valid authentication credentials for the requested resource. ### 403 The client does not have access rights to the content. ### 405 The request method is known by the server but is not supported by the target resource. [Powered by Bump.sh](https://bump.sh)