---
title: "Get Team Run"
method: GET
path: "/teams/{team_id}/runs/{run_id}"
tags: ["Teams"]
---

# Get Team Run

`GET /teams/{team_id}/runs/{run_id}`

Retrieve the status and output of a team run. Use this to poll for background run completion.

Requires the `session_id` that was returned when the run was created.

## Path parameters

- `team_id` string, required
- `run_id` string, required

## Query parameters

- `session_id` string, required — Session ID for the run

## Response `200`

Run output retrieved successfully

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Team or run 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)
