action botify_get_url_detail { label: "Gets the detail of an URL for an analysis" description: "Gets the detail of an URL for an analysis" provider: botify method: GET path: "/analyses/{username}/{project_slug}/{analysis_slug}/urls/{url}" encoding: json input: { type: "object" properties: { fields: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "object" properties: {} } }