Required capabilities:
integrationsAcl:USE
Check in with the integrations service. This endpoint is called periodically by extractors to signal that they are still alive, and report any events that may have happened since the last check in.
Extractor status update.
Response with updates for the extractor.
Response for a failed request
Request validation failed.
{- "externalId": "my.integrations.id",
- "taskEvents": [
- {
- "type": "started",
- "name": "string",
- "timestamp": 1730204346000,
- "message": "string"
}
], - "errors": [
- {
- "level": "warning",
- "description": "string",
- "details": "string",
- "task": "string",
- "startTime": 1730204346000,
- "endTime": 1730204346000,
- "activeConfigRevision": "local"
}
]
}{- "externalId": "my.integrations.id",
- "lastConfigRevision": 0
}