---
title: "List endpoint submissions"
method: GET
path: "/v1/submissions/{endpointId}"
tags: ["Submissions"]
---

# List endpoint submissions

`GET /v1/submissions/{endpointId}`

## Path parameters

- `endpointId` string, required — The id of the endpoint

## Query parameters

- `page` number
- `limit` number

## Response `200`

List endpoint submission

- object
  - `_metadata` object, required
    - `page` number
    - `totalPages` number, required
    - `itemsPerPage` number
  - `submissions` object[], required
    - `id` string, required — The id of the submission
    - `endpointId` string, required — The id of the endpoint
    - `data` object, required — The data of the submission in json format
    - `location` string, required — The origin location of the submission
    - `isSpam` boolean, required — Shows if the submission is marked as spam
    - `isRead` boolean, required — Shows if the submission is already readed

## Other responses

- `400` — The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
- `401` — The client must authenticate itself to get the requested response.
- `403` — The client does not have the necessary permissions to access the resource.
- `404` — The server can't find the requested resource.
- `405` — The request could not be completed due to a conflict mainly due to unique constraints.
- `409` — The request could not be completed due to a conflict mainly due to unique constraints.
- `413` — The request body size is too large to be processed by the server.
- `429` — You have made too many requests in a short period of time.
- `500` — The server has encountered a situation it doesn't know how to handle.
- `504` — The server is taking a long time to respond to requests due to load problems.

---

[API](https://skmtc.dev/formizee/apis/formizee-api.md) · [All operations](https://skmtc.dev/formizee/apis/formizee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/formizee/formizee-api/revisions/50633cdf6960/schema)
