{
"items": [
{
"id": 1,
"name": "My AWS Integration",
"type": "aws",
"status": "Healthy",
"details": {
"externalId": "abc123",
"roleArn": "arn:aws:iam::123456789012:role/my-role",
"accountId": "123456789012"
},
"createdAt": "2024-12-01T12:00:00.000Z",
"updatedAt": "2024-12-23T12:00:00.000Z"
}
],
"nextToken": null
}