curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/logs \
--header 'Authorization: <authorization>'{
"organizationLogs": [
{
"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>"
}
]
}List organization logs (only available on the scale plan and above)
curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/logs \
--header 'Authorization: <authorization>'{
"organizationLogs": [
{
"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>"
}
]
}Show child attributes
id of the entity to lookup, eg: id of the tag being created, or id of the model object being updated
type of action that was performed, eg: diagram-content-update or model-object-create
api-key-create, api-key-delete, api-key-update, organization-create, organization-delete, organization-update, organization-user-add, organization-user-invite-create, organization-user-invite-revoke, organization-user-remove, organization-user-update, team-create, team-delete, team-update, comment-create, comment-delete, comment-reply-create, comment-reply-delete, comment-reply-update, comment-update, diagram-content-create, diagram-content-delete, diagram-content-update, diagram-content-view, diagram-create, diagram-delete, diagram-export, diagram-group-create, diagram-group-delete, diagram-group-update, diagram-update, domain-create, domain-delete, domain-update, draft-create, draft-delete, draft-merge, draft-task-create, draft-update, draft-view, flow-create, flow-delete, flow-update, flow-view, landscape-copy, landscape-create, landscape-delete, landscape-duplicate, landscape-export, landscape-update, model-connection-create, model-connection-delete, model-connection-update, model-connections-export, model-object-create, model-object-delete, model-object-dependencies-export, model-object-update, model-objects-export, share-link-create, share-link-delete, share-link-update, tag-create, tag-delete, tag-group-create, tag-group-delete, tag-group-update, tag-update, version-create, version-revert-create include actions from objects inside the context, eg: update of a model connection that is connected to a model object
asc, desc 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