action ato_get_classifications_license_lifecycle_states { label: "Retrieve a list of license lifecycle states" provider: ato method: GET path: "/classifications/license-lifecycle-states" encoding: json output: { type: "array" items: { type: "object" } } }