---
title: "Get Session Tasks"
method: GET
path: "/api/sessions/{session_id}/tasks"
tags: ["task_dag_reads"]
---

# Get Session Tasks

`GET /api/sessions/{session_id}/tasks`

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- SessionTasksResponse
  - `workspace_id` string, nullable, required
  - `tasks` JsonObject[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-19** `bc8a81bf3914` — 1 breaking, 1 info
  - removed the required property `project_id` from the response with the `200` status
  - added the required property `workspace_id` to the response with the `200` status

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/sessions/:session_id/tasks/get.md)

---

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