> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # ScimSyncJob ## Fields | Field | Type | Required | Description | | ---------------- | ------------------------------------------------------------------- | -------------------- | ---------------------------------------------------------------------- | | `created_at` | *str* | :heavy\_check\_mark: | Time when the sync job was created. | | `deleted_groups` | *Nullable\[int]* | :heavy\_check\_mark: | Number of groups deleted, when the job completed successfully. | | `error_message` | *Nullable\[str]* | :heavy\_check\_mark: | Stable error message when the job failed. | | `finished_at` | *Nullable\[str]* | :heavy\_check\_mark: | Time when synchronization finished. | | `id` | *str* | :heavy\_check\_mark: | Unique identifier for the sync job. | | `started_at` | *Nullable\[str]* | :heavy\_check\_mark: | Time when synchronization started. | | `status` | [components.ScimSyncJobStatus](../components/scimsyncjobstatus.mdx) | :heavy\_check\_mark: | Current status of the sync job: queued, running, succeeded, or failed. | | `synced_groups` | *Nullable\[int]* | :heavy\_check\_mark: | Number of groups synchronized, when the job completed successfully. |