Get all projects in a workspace
GET
/workspaces/{workspace_gid}/projects
Projects
Note: This endpoint may timeout for large domains. Prefer the
/teams/{team_gid}/projects
endpoint.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.asana.com/api/1.0/workspaces//projects'
Response Response Example
200 - Example 1
{
"data": [
{
"gid": "12345",
"resource_type": "task",
"name": "Stuff to buy"
}
]
}
Request
Path Params
workspace_gid
string
required
Query Params
limit
integer
optional
The number of objects to return per page. The value must be between 1 and 100.
Example:
50
offset
string
optional
An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results.
'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
Example:
eyJ0eXAiOJiKV1iQLCJhbGciOiJIUzI1NiJ9
archived
string
optional
archived
field takes on the value of this parameter.Responses
Modified at 2022-09-13 02:00:31