---
title: "GET /api/teams/{team_id}/subjects/"
method: GET
path: "/api/teams/{team_id}/subjects/"
tags: ["Teams"]
---

# GET /api/teams/{team_id}/subjects/

`GET /api/teams/{team_id}/subjects/`

Lists all team subjects in a given team.

## Path parameters

- `team_id` string, required

## Response `200`

- TeamSubjectResponse[]
  - `id` integer, required
  - `subject_id` integer, required — The unique subject ID.
  - `subject_type` string, required — Returns the TeamSubject's `subject_type` natural key. :param obj: The TeamSubject record. :return: The subject's content type natural key.
  - `team` integer, required — The team this subject belongs to.

## Other responses

- `400`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
