---
title: "List Asana workspaces"
method: GET
path: "/public/v1/integrations/resources/asana/workspaces"
tags: ["Integration Resources"]
---

# List Asana workspaces

`GET /public/v1/integrations/resources/asana/workspaces`

Lists Asana workspaces for the connected account, to resolve a workspace_gid for Asana trigger configs. Requires a USER API key.

## Query parameters

- `connectedAccountId` number, nullable

## Response `200`

Workspaces

- object
  - `workspaces` object[], required
    - `gid` string, required
    - `name` string, required
  - `total` number, required

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
