action archive_get_search_v1_fields { label: "get_search_v1_fields" description: "Fields that can be requested" provider: archive method: GET path: "/search/v1/fields" encoding: json output: { type: "array" items: { type: "string" description: "The name of a field" } } }