# Retrieve a Life Stage for a Firm **GET /api/v1/life-stage/{lifeStage_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **lifeStage_uuid** (string) The uuid of the life stage. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) uuid of the Expenditure Life Stage - **name** (string) The name of the Expenditure Life Stage. This is the name that will be displayed to the client. Example: "Survivor’s Lifestyle" - **position** (string) The expected position of the Expenditure Life Stage in any listing of the Expenditure Life Stages. The first Expenditure Life Stage should have a position of 1, the second 2, etc. - **start_age** (string) The expected age of the client as they enter the Expenditure Life Stage. This field is not required and may be null. - **end_age** (string) The expected age of the client as they mature beyond this Expenditure Life Stage. This field is not required and may be null. - **sections** (object) Array containing the Expenditure Life Stage Sections that will be displayed to the client. Including any Expenditure Life Stage fields associated with the section. - **created_at** (string) timestamp of when the Expenditure Life Stage was created - **updated_at** (string) timestamp of when the Expenditure Life Stage was updated [Powered by Bump.sh](https://bump.sh)