curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/logs/{organizationLogId} \
--header 'Authorization: <authorization>'{
"organizationLog": {
"action": {
"id": "<string>",
"props": {
"name": "<string>",
"permission": "billing"
},
"type": "api-key-create"
},
"actionIds": [
"<string>"
],
"id": "<string>",
"parentId": "<string>",
"performedAt": "2023-11-07T05:31:56Z",
"performedBy": "user",
"performedById": "<string>",
"landscapeId": "<string>",
"performedByName": "<string>"
}
}Find an organization log (only available on the scale plan and above)
curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/logs/{organizationLogId} \
--header 'Authorization: <authorization>'{
"organizationLog": {
"action": {
"id": "<string>",
"props": {
"name": "<string>",
"permission": "billing"
},
"type": "api-key-create"
},
"actionIds": [
"<string>"
],
"id": "<string>",
"parentId": "<string>",
"performedAt": "2023-11-07T05:31:56Z",
"performedBy": "user",
"performedById": "<string>",
"landscapeId": "<string>",
"performedByName": "<string>"
}
}OK
Show child attributes
full description of the action that happened
Show child attributes
api-key-create id of the action and any related ids that were part of the action
parent action log id that caused this action to happen, eg: update of a diagram caused by a model object delete
user, api-key, notification-key, service