---
title: "GET /sync_errors"
method: GET
path: "/sync_errors"
tags: ["apps"]
---

# GET /sync_errors

`GET /sync_errors`

Returns a list of recent sync errors that have occurred since the last successful sync.

## Query parameters

- `app_id` string, uuid
- `resource_id` string, uuid
- `group_id` string, uuid

## Response `200`

A list of sync errors.

- SyncErrorList[]
  - `sync_errors` SyncError[], required
    - `first_seen` string, date-time, required — The time when this error was first seen.
    - `last_seen` string, date-time, required — The time when this error was most recently seen.
    - `error_message` string, required — The error message associated with the sync error.
    - `app_id` string, uuid — The ID of the app that the error occured for.

---

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