---
title: "List compliance tasks"
method: GET
path: "/v1/tasks"
tags: ["Tasks"]
---

# List compliance tasks

`GET /v1/tasks`

List compliance tasks with assignments and status so teams can track audit readiness, evidence work, and control implementation.

## Query parameters

- `includeRelations` string

## Response `200`

Tasks retrieved successfully

- TaskResponseDto[]
  - `id` string, required — Unique identifier for the task
  - `title` string, required — Task title
  - `description` string — Task description
  - `status` 'todo' | 'in_progress' | 'done' | 'blocked', required — Task status
  - `createdAt` string, date-time, required — Task creation timestamp
  - `updatedAt` string, date-time, required — Task last update timestamp
  - `taskTemplateId` object, nullable — Task template ID
  - `integrationScheduleFrequency` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly', required — Cadence for running the integration check attached to this task
  - `integrationLastRunAt` object, nullable — Last successful integration check run timestamp

## Other responses

- `401` — Unauthorized - Invalid authentication

## Changes

> 56 revisions in range; 4 could not be searched.

- **2026-06-04** `d7d0199d846f` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API
- **2026-05-29** `5382c53ab431` — 1 info
  - the endpoint scheme security `oauth2` was added to the API
- **2026-04-29** `36253e8a5c1b` — 2 info
  - added the optional property `items/integrationLastRunAt` to the response with the `200` status
  - added the required property `items/integrationScheduleFrequency` to the response with the `200` status

[Change history](https://skmtc.dev/trycompai/apis/comp-ai-api/changes/v1/tasks/get.md)

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
