# Asana - Get project detail by ID action
The Get project detail by ID action retrieves details about an Asana project using the project's ID.
# Input
Input field | Description |
---|---|
Project ID | Enter the project ID located in URL of the projects page. |
# Output
DEPRECATED TEAM OBJECT
Effective April 1, 2025, the team
object returned in this action's response is deprecated. Projects can now be shared directly with multiple teams. Newly created projects will no longer be associated with a single team, and the project.team
field will be null
. Refer to the Asana changelog (opens new window) for more information.
Output field | Description |
---|---|
Project name | The project name. |
Project ID | The project ID. |
Owner | The person who is the owner of the project. |
Current status | The current status of the project. |
Due date | The due date of the project. |
Due on | The date when the project is due. |
Start on | The start date of the project. |
Created at | The date and time when the record was created. |
Modified at | The date when the project was last modified. |
Archived | Indicates whether the project has been archived. |
Public (deprecated) | Indicates whether the project is public to the organization. |
Privacy setting | The project's privacy setting. |
Members | The people who are members in this project. |
Followers | The people that follow the project. |
Color | The color assigned to the project. |
Description | Detailed description about the project. |
Workspace | The workspace that the project belongs to. |
Last updated: 3/11/2025, 3:08:40 PM