---
title: "Get all tasks (last 1000)"
method: GET
path: "/org/tasks"
tags: ["Organization"]
---

# Get all tasks (last 1000)

`GET /org/tasks`

## Query parameters

- `status` string
- `search` string

## Response `200`

array of tasks

- Task[]
  - `id` string, uuid, required
  - `name` string
  - `description` string
  - `template_id` string, uuid
  - `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

## Other responses

- `401` — Access token is missing or invalid

## Changes

- **2022-06-23** `cffde546b029` — 1 info
  - added the optional property `items/template_id` to the response with the `200` status
- **2021-02-13** `d4c6ce4249e1` — 1 info
  - added the new optional `query` request parameter `search`
- **2020-02-10** `1982af32482c` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2020-01-16** `0cd287ac6169` — 2 breaking
  - the `items/created_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `items/updated_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`

[Change history](https://skmtc.dev/rumble/apis/rumble-api-deprecated/changes/org/tasks/get.md)

---

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