List tool set events
$ cadenya tool-sets list-events
GET/v1/tool_sets/{toolSetId}/events
List tool set events
cadenya tool-sets list-events \
--api-key 'My API Key' \
--tool-set-id toolSetId{
"items": [
{
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"profileId": "profileId",
"workspaceId": "workspaceId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"event": {
"syncCompleted": {
"message": "message",
"toolsSynced": 0
},
"syncFailed": {
"error": true,
"errorType": "errorType",
"message": "message"
},
"syncStarted": {
"message": "message"
},
"type": "type"
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_USER",
"email": "email",
"name": "name"
}
},
"toolSet": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
}
},
"toolSetId": "toolSetId"
}
],
"pagination": {
"nextCursor": "nextCursor",
"total": 0
}
}Returns Examples
{
"items": [
{
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"profileId": "profileId",
"workspaceId": "workspaceId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"event": {
"syncCompleted": {
"message": "message",
"toolsSynced": 0
},
"syncFailed": {
"error": true,
"errorType": "errorType",
"message": "message"
},
"syncStarted": {
"message": "message"
},
"type": "type"
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_USER",
"email": "email",
"name": "name"
}
},
"toolSet": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
}
},
"toolSetId": "toolSetId"
}
],
"pagination": {
"nextCursor": "nextCursor",
"total": 0
}
}