---
title: "Get Workspace Tasks"
method: GET
path: "/v1/store/workspaces/{workspace_id}/tasks"
tags: ["store"]
---

# Get Workspace Tasks

`GET /v1/store/workspaces/{workspace_id}/tasks`

Task rows of an owned workspace.

``run_scope`` narrows to tasks created or assigned by one isolated run's
sessions. It can only ever shrink the result set, so it needs no
authorization of its own beyond the workspace ownership check below.

## Path parameters

- `workspace_id` string, required

## Query parameters

- `include_variables` boolean
- `run_scope` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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