---
title: "Get integration sync status"
method: GET
path: "/api/integrations/sync-status"
tags: ["Platform API"]
---

# Get integration sync status

`GET /api/integrations/sync-status`

Inspect the connection and model sync status for one public provider.

## Query parameters

- `provider` 'hubspot' | 'attio' | 'slack' | 'fireflies' | 'granola' | 'google-calendar' | 'google-mail' | 'posthog' | 'stripe' | 'supabase' | 'clerk' | 'pylon', required — Public integration provider ID.

## Response `200`

Provider sync status.

- IntegrationSyncStatusResponse
  - `provider` 'hubspot' | 'attio' | 'slack' | 'fireflies' | 'granola' | 'google-calendar' | 'google-mail' | 'posthog' | 'stripe' | 'supabase' | 'clerk' | 'pylon', required — Public integration provider ID.
  - `name` string, required
  - `category` string, required
  - `status` 'connected' | 'not_connected', required
  - `syncs` IntegrationSync[], required
    - `model` string, required
    - `status` string, required
    - `lastSyncedAt` string, date-time, nullable
    - `errorMessage` string, nullable

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Invalid or missing API key.
- `500` — Internal server error.

---

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