Get a project status
GET
/project_statuses/{project_status_gid}
Project Statuses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.asana.com/api/1.0/project_statuses/'
Response Response Example
200 - Example 1
{
"data": {
"gid": "12345",
"resource_type": "task",
"title": "Status Update - Jun 15",
"color": "green",
"html_text": "<body>The project <strong>is</strong> moving forward according to plan...</body>",
"text": "The project is moving forward according to plan...",
"author": {
"gid": "12345",
"resource_type": "task",
"name": "Greg Sanchez"
},
"created_at": "2012-02-22T02:06:58.147Z",
"created_by": {
"gid": "12345",
"resource_type": "task",
"name": "Greg Sanchez"
},
"modified_at": "2012-02-22T02:06:58.147Z"
}
}
Request
Path Params
project_status_gid
string
required
Responses
Modified at 2022-09-13 02:00:31