---
title: "List Team Runs"
method: GET
path: "/teams/{team_id}/runs"
tags: ["Teams"]
---

# List Team Runs

`GET /teams/{team_id}/runs`

List runs for a team within a session, optionally filtered by status.

Useful for monitoring background runs and viewing run history.

## Path parameters

- `team_id` string, required

## Query parameters

- `session_id` string, required — Session ID to list runs for
- `status` string, nullable — Filter by run status (PENDING, RUNNING, COMPLETED, ERROR)

## Response `200`

List of runs retrieved successfully

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Team not found
- `422` — Validation Error
- `500` — Internal Server Error

---

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