action asana_get_custom_fields_for_workspace { label: "Get a workspace's custom fields" description: "Returns a list of the compact representation of all of the custom fields in a workspace." provider: asana method: GET path: "/workspaces/{workspace_gid}/custom_fields" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }