---
title: "Reads all Syncable items"
method: GET
path: "/api/2026-07-01/resources/integrations/syncable_items"
tags: ["Integrations > SyncableItem"]
---

# Reads all Syncable items

`GET /api/2026-07-01/resources/integrations/syncable_items`

Reads all Syncable items

## Query parameters

- `sync_run_id` string, required — Identifier of the sync run

## Response `200`

OK

- object
  - `data` IntegrationsSyncableItem[]
    - `syncable_sync_run_id` string, required — identifier of a syncable item within the sync run. Refers to the integrations/syncable_sync_run resource
    - `sync_payload` object, required — data of the item to be synced
    - `syncable_type` 'compensations/compensation' | 'expenses/expense' | 'employee_updates/leave' | 'finance/vendor', required — Type of the syncable item
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

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