Required capabilities:
integrationsAcl:READ
Retrieve task history and errors for a specific integration. This endpoint will always return a cursor. If moreData is false, you should wait a bit before calling this endpoint again.
List of task histories and errors, with a cursor.
The response for a bad request.
Request validation failed.
{- "nextCursor": "string",
- "moreData": true,
- "history": [
- {
- "taskName": "string",
- "errorCount": 0,
- "message": "string",
- "activeConfigRevision": 0,
- "startTime": 1730204346000,
- "endTime": 1730204346000
}
], - "errors": [
- {
- "level": "warning",
- "description": "string",
- "details": "string",
- "task": "string",
- "activeConfigRevision": 0,
- "startTime": 1730204346000,
- "endTime": 1730204346000
}
]
}