---
title: "Listar Estudiantes"
method: GET
path: "/students"
tags: ["Estudiantes"]
---

# Listar Estudiantes

`GET /students`

Ofrece la lista de todos los estudiantes registrados en el sistema.

## Query parameters

- `q` string

## Headers

- `campusID` string, uuid, required
- `periodID` string, uuid, required — ID del periodo que se desea trabajar.

## Response `200`

Ok

- object
  - `items` Pagination
    - `items` integer — Cantidad de registros por pagina
    - `page` integer — Pagina actual del total
    - `total_pages` integer — Total de paginas restantes
  - `data` Student[]
    - `id` string, uuid — Identificador único del registro
    - `created_at` string, date-time — Fecha y hora de creacion del registro
    - `updated_at` string, date-time — Fecha y hora de creacion del registro

## Other responses

- `404` — unresolved $ref

---

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