---
title: "List scheduled tasks"
method: GET
path: "/v2/tasks"
tags: ["system"]
---

# List scheduled tasks

`GET /v2/tasks`

Returns list of registered scheduled tasks

## Response `default`

default response

- object[]
  - `id` integer — Scheduled Task identifier
  - `name` string — Name
  - `description` string — Description
  - `enabled` boolean — Is Enabled ?
  - `created` number, double — Timestamp of Scheduled Task creation
  - `lastRun` number, double — Timestamp of last Scheduled Task run
  - `runCount` integer — Number of times scheduled task ran

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
