# Get project **GET /projects/{projectId}** Manage a specific project belonging to your organization. ## Servers - https://open.api.missionx.ai/v2: https://open.api.missionx.ai/v2 () ## Authentication methods - O auth2 ## Parameters ### Path parameters - **projectId** (string) The project's unique document ID. ### Query parameters - **expand** (array[string]) One or more references to expand. Any of `client`, `planItems`, `departments`, `people`, `people.person` ## Responses ### 200 Successful response #### Body: application/json (object) - **archived** (boolean) Indicates whether the document has been archived. - **_id** (string(ObjectId)) The unique document ID. - **createdBy** (string(ObjectId)) The creator's unique document ID. - **createdAt** (string(date-time)) The date the document was created in ISOString format. See [.toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **updatedAt** (string(date-time)) The date the document was last updated in ISOString format. See [.toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **org** (string(ObjectId)) The organization's unique document ID. - **startDate** (string(date-time)) The start date in ISOString format. See [.toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **endDate** (string(date-time)) The end date in ISOString format. See [.toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **client** (string(ObjectId)) `expandable` The client's (or vendor, account, etc.) unique document ID referencing the organization's client, i.e. `org.clients[]._id`. - **customId** (string) A custom identifier for internal reference by your system (not used by missionX). - **title** (string) The title of your project. - **description** (string) A description of your project. - **projectCode** (string) A custom identifier for your project. - **projectStatus** (string) The status of the project. - **departments** (array[string(ObjectId)]) References the organization's departments, i.e. `org.departments[]._id`. - **offices** (array[string(ObjectId)]) References the organization's offices, i.e. `org.offices[]._id`. - **revenueType** (string) The project's billing scope. - **budget** (number(float)) The total project budget. - **timeTrackingEnabled** (boolean) If true, time tracking features will be enabled for this project. - **currency** (string(currency)) The project's default currency in [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format. E.g. EUR, CAD, USD, etc. If not provided, inherits from the organization. - **inviteDomains** (array[string]) Restricts invites to the project only to these email domains, e.g. `['missionx.ai']`. If not provided, defaults to a single value of `['ANY']` where any email domain can be invited to the project. - **projectType** (string) Determines the type of project. Cannot be changed later. - **usageStorage** (number) The project's total file storage usage in bytes. - **planItems** (array[string(ObjectId)]) The project's list of plan items. - **customProperties** (array[object]) Display custom properties on the project's information page that are not supported by missionX out of the box. - **people** (array[object]) The project's list of people. [Powered by Bump.sh](https://bump.sh)