List integration sync history
GET
/v1/integrations/{integration_id}/sync_history
List sync history for an integration, with optional status/resource_type filters.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” integration_id
required
Integration Id
string format: uuid
Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
Response List Integration Sync History V1 Integrations Integration Id Sync History Get
Array<object>
IntegrationSyncHistoryResponseobject
id
required
Id
string format: uuid
integration_id
required
Integration Id
string format: uuid
resource_type
required
Resource Type
string
action
required
Action
string
status
required
Status
string
started_at
required
Started At
string format: date-time
created_at
required
Created At
string format: date-time
Unauthorized
Integration not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context