A
Asana
Arcade Native

GetWorkspaceById

Asana.GetWorkspaceById

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Get an Asana workspace by its ID

Input Parameters

{
  "parameters": [
    {
      "name": "workspace_id",
      "required": true,
      "inferrable": true,
      "description": "The ID of the Asana workspace to get",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Get an Asana workspace by its ID",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}