action asana_get_custom_field { label: "Get a custom field" description: "Get the complete definition of a custom field’s metadata.\n\nSince custom fields can be defined for one of a number of types, and\nthese types have different data and behaviors, there are fields that are\nrelevant to a particular type. For instance, as noted above, enum_options\nis only relevant for the enum type and defines the set of choices that\nthe enum could represent. The examples below show some of these\ntype-specific custom field definitions." provider: asana method: GET path: "/custom_fields/{custom_field_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }