---
title: "List records (app user)"
method: GET
path: "/app/collections/{slug}/records"
tags: ["App Users"]
---

# List records (app user)

`GET /app/collections/{slug}/records`

List records with an app-user token.

## Path parameters

- `slug` string, required

## Response `200`

Records

- CollectionRecordListResponse
  - `data` CollectionRecord[], required
    - `id` string, required
    - `collection_id` string
    - `project_id` string
    - `app_user_id` string
    - `created_by` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `data` object, required
  - `meta` object
    - `page` integer
    - `limit` integer
    - `total` integer
    - `pages` integer

## Other responses

- `404` — Error response

---

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