---
title: "GET /sources/kerberos/{slug}/sync/status/"
method: GET
path: "/sources/kerberos/{slug}/sync/status/"
tags: ["sources"]
---

# GET /sources/kerberos/{slug}/sync/status/

`GET /sources/kerberos/{slug}/sync/status/`

Get provider's sync status

## Path parameters

- `slug` string, required — Internal source name, used in URLs.

## Response `200`

- SyncStatus — Provider/source sync status
  - `is_running` boolean, required
  - `last_successful_sync` string, date-time
  - `last_sync_status` 'waiting_for_dependencies' | 'queued' | 'consumed' | 'preprocess' | 'running' | 'postprocess' | 'rejected' | 'done' | 'info' | 'warning' | 'error'

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
