---
title: "List messages for secure space"
method: GET
path: "/api/2/folders/{secureSpace}/comments"
tags: ["Messages"]
---

# List messages for secure space

`GET /api/2/folders/{secureSpace}/comments`

## Query parameters

- `limit` integer — Limit results at n items

## Response `200`

- object
  - `data` object[]
    - `ID` string
    - `@type` string
    - `@id` string
    - `Title` string
    - `Priority` integer
    - `pinned_at` string, nullable
    - `created_at` string
    - `updated_at` string
    - `posted_at` string, nullable
    - `archived_at` string, nullable
    - `Comment` string
    - `preview` string
    - `Format` string
    - `audience` string
  - `links` object
    - `first` string
    - `last` string
    - `prev` string, nullable
    - `next` string, nullable
  - `meta` object
    - `current_page` integer
    - `from` integer
    - `last_page` integer
    - `links` object[]
      - `url` string, nullable
      - `label` string
      - `page` string, nullable
      - `active` boolean
    - `path` string
    - `per_page` integer
    - `to` integer
    - `total` integer

---

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