List all event logs
GET/api/meshobjects/mesheventlogs
Provides a paged list of meshEventLogs. This endpoint allows you to retrieve event logs from meshStack, which provide an audit trail of actions and changes within your workspaces.
Event logs are read-only and are automatically created by meshStack when significant actions occur, such as workspace creation, user assignments, or configuration changes.
Access Control:
- Admin users can access event logs across all workspaces
- Regular users can only access event logs from their own workspace
Filtering: You can filter event logs by time range, event type, workspace, author, and text searches on title and description fields.
When filtering by time range using the from and until parameters, keep in mind that
the until timestamp is exclusive. This means only event logs created strictly before
the until timestamp are included in the results. For example, to retrieve all events
from a specific day (e.g., May 29, 2025 UTC), set from=2025-05-29T00:00:00Z and
until=2025-05-30T00:00:00Z. Avoid using values like 2025-05-29T23:59:59Z for until,
as this would exclude events created in the final milliseconds before midnight.
The title filter is suitable to filter events by their category. Click here for a list of all possible title values.
- API Key Changed
- API Key Created
- API Key Deleted
- API User Changed
- API User Created
- API User Deleted
- API User Password Rotated
- Advisory Created
- Advisory Resolved
- Building Block Created
- Building Block Definition Created
- Building Block Definition Deleted
- Building Block Definition Deprecated
- Building Block Definition Marked For Deletion
- Building Block Definition Marketplace Publication Request
- Building Block Definition Marketplace Publication Request Approved
- Building Block Definition Marketplace Publication Request Rejected
- Building Block Definition Modified
- Building Block Definition Ownership Transferred
- Building Block Definition Reactivated
- Building Block Definition Tags Edited
- Building Block Definition Version Added
- Building Block Definition Version Dependencies Modified
- Building Block Definition Version Modified
- Building Block Definition Version Published
- Building Block Definition Version Released
- Building Block Deleted
- Building Block Run Requested
- Building Block Runner Changed
- Building Block Runner Created
- Building Block Runner Deleted
- Communication Created
- Communication Definition Created
- Communication Definition Deleted
- Communication Definition Updated
- Communication Deleted
- Communication Resolved
- Integration Changed
- Integration Created
- Integration Deleted
- Landing Zone Configuration Changed
- Landing Zone Created
- Landing Zone Deleted
- Landing Zone Name Changed
- Landing Zone Settings Changed
- Landing Zone Tags Changed
- Payment Method Changed
- Payment Method Created
- Payment Method Deleted
- Pipeline Changed
- Platform Configuration Changed
- Platform Created
- Platform Deactivated
- Platform Deleted
- Platform Name Changed
- Platform Ownership Transferred
- Platform Price Changed
- Platform Publication Request Approved
- Platform Publication Request Rejected
- Platform Publication Request Submitted
- Platform Quota Added
- Platform Quota Changed
- Platform Quota Removed
- Platform Reactivated
- Platform Settings Changed
- Policy Changed
- Policy Created
- Policy Deleted
- Project Created
- Project Deleted
- Project Deletion Rejected
- Project Deletion Request Submitted
- Project Group Access Request Approved
- Project Group Access Request Rejected
- Project Group Access Request Submitted
- Project Group Role Added
- Project Group Role Changed
- Project Group Role Expiration Date Changed
- Project Group Role Removed
- Project Name Changed
- Project Payment Method Added
- Project Payment Method Changed
- Project Role Changed
- Project Role Created
- Project Role Deleted
- Project Tags Changed
- Project User Access Request Approved
- Project User Access Request Rejected
- Project User Access Request Submitted
- Project User Role Added
- Project User Role Changed
- Project User Role Expiration Date Changed
- Project User Role Removed
- System Prompt Changed
- System Prompt Created
- System Prompt Deleted
- Tag Definition Changed
- Tag Definition Created
- Tag Definition Deleted
- Tenant Created
- Tenant Deleted
- Tenant Deletion Request Approved
- Tenant Deletion Request Rejected
- Tenant Deletion Request Submitted
- Tenant Moved
- Tenant Purge Request Submitted
- Tenant Purged
- User Changed
- User Created
- User Deleted
- User Disabled
- User Enabled
- Workspace Created
- Workspace Deleted
- Workspace Group Access Request Approved
- Workspace Group Access Request Rejected
- Workspace Group Access Request Submitted
- Workspace Group Members Added
- Workspace Group Members Removed
- Workspace Group Role Added
- Workspace Group Role Changed
- Workspace Group Role Expiration Date Changed
- Workspace Group Role Removed
- Workspace Name Changed
- Workspace Quota Changed
- Workspace Tags Changed
- Workspace User Access Request Approved
- Workspace User Access Request Rejected
- Workspace User Access Request Submitted
- Workspace User Role Added
- Workspace User Role Changed
- Workspace User Role Expiration Date Changed
- Workspace User Role Removed
Author information on Event Logs is only tracked reliably for events created in Mid December 2025 or
later. For these events, the authorType and authorIdentifier query parameter works as you would
expect. For older events, the following limitations apply:
- In the response payload, these events have their
author.authorTypeset toUnknown. - The
authorTypequery parameter must be left unspecified to obtain these events (do not set it toUnknown. - There are inconsistencies regarding the
authorIdentifier. For example, theauthorIdentifiersometimes corresponds to an Api Key UUID and sometimes to an Api Key name.
We are planning to migrate historical event logs to improve author filtering and provide accurate author information for all events in the future.
Authentication: This endpoint supports multiple authentication methods: API Key authentication or API User authentication.
Request
Responses
- 200
200