Skip to main content
GET
Get a single integration history.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

source_id
string<uuid>
required
history_id
string<uuid>
required

Response

Successful Response

Response schema for integration history records.

id
string<uuid>
required

Unique identifier of the history record

integration_source_id
string<uuid>
required

ID of the parent integration source

scheduled_time
string<date-time>
required

Scheduled time of the integration source

status
string
required

Status of the integration source

created_at
string<date-time> | null
log
string | null

Log message for the integration source

no
integer | null
updated_at
string<date-time> | null