Workspaces

Return all workspaces

Returns all workspaces in your Nylas application. The application queried is determined based on the API key you use to authorize your request.

get/v3/workspaces

Response

Success. Returns a list of Workspace objects.

request_idstring

The request ID.

Example response

{
  "request_id": "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90",
  "data": [
    {
      "application_id": "ad410018-d306-43f9-8361-fa5d7b2172e0",
      "auto_group": true,
      "created_at": 1756379932,
      "domain": "nylas.com",
      "name": "The Nylas Workspace",
      "policy_id": "6dcc5d92-8a55-4ce8-85a8-2f4275f8f0a0",
      "rule_ids": [
        "3f2504e0-4f89-41d3-9a0c-0305e82c3301"
      ],
      "updated_at": 1756379932,
      "workspace_id": "abf6ff99-05ad-4c0a-aaf8-400aacf2470a"
    }
  ]
}

Changes