action rumble_get_account_scan_templates { label: "Get all scan templates across all organizations (up to 1000)" provider: rumble method: GET path: "/account/tasks/templates" encoding: json input: { type: "object" properties: { search: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" required: ["id", "global", "acl"] properties: { acl: { type: "object" } agent_id: { type: "string" format: "uuid" } client_id: { type: "string" format: "uuid" } created_at: { type: "integer" format: "int64" } created_by: { type: "string" format: "email" } created_by_user_id: { type: "string" format: "uuid" } cruncher_id: { type: "string" format: "uuid" } description: { type: "string" } error: { type: "string" } global: { type: "boolean" } grace_period: { type: "string" } hidden: { type: "boolean" } hosted_zone_id: { type: "string" format: "uuid" } id: { type: "string" format: "uuid" } linked_task_count: { type: "integer" format: "int32" } name: { type: "string" } organization_id: { type: "string" format: "uuid" } params: { type: "object" } parent_id: { type: "string" format: "uuid" } recur: { type: "boolean" } recur_frequency: { type: "string" } recur_last: { type: "integer" format: "int64" } recur_last_task_id: { type: "string" format: "uuid" } recur_next: { type: "integer" format: "int64" } site_id: { type: "string" format: "uuid" } size_data: { type: "integer" format: "int64" } size_results: { type: "integer" format: "int64" } size_site: { type: "integer" format: "int64" } source_id: { type: "string" } start_time: { type: "integer" format: "int64" } stats: { type: "object" } status: { type: "string" } template_id: { type: "string" format: "uuid" } type: { type: "string" } updated_at: { type: "integer" format: "int64" } } } } }