---
title: "Get all scan templates across all organizations (up to 1000)"
method: GET
path: "/account/tasks/templates"
tags: ["Account"]
---

# Get all scan templates across all organizations (up to 1000)

`GET /account/tasks/templates`

## Query parameters

- `search` string

## Response `200`

array of scan templates

- ScanTemplate[]
  - `id` string, uuid, required
  - `client_id` string, uuid
  - `organization_id` string, uuid
  - `agent_id` string, uuid
  - `site_id` string, uuid
  - `cruncher_id` string, uuid
  - `created_at` integer
  - `created_by` string, email
  - `created_by_user_id` string, uuid
  - `updated_at` integer
  - `type` string
  - `status` string
  - `error` string
  - `params` object
  - `stats` object
  - `hidden` boolean
  - `parent_id` string, uuid
  - `recur` boolean
  - `recur_frequency` string
  - `start_time` integer
  - `recur_last` integer
  - `recur_next` integer
  - `recur_last_task_id` string, uuid
  - `name` string
  - `description` string
  - `grace_period` string
  - `source_id` string
  - `template_id` string, uuid
  - `size_site` integer
  - `size_data` integer
  - `size_results` integer
  - `hosted_zone_id` string, uuid
  - `linked_task_count` integer
  - `global` boolean, required
  - `acl` object, required

## Other responses

- `401` — Access token is missing or invalid
- `422` — failed to parse search string

---

[API](https://skmtc.net/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.net/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/versions/7c193c1fcd5c/schema)
