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.
Authentication: This endpoint supports multiple authentication methods: API Key authentication or API User authentication.
Request
Responses
- 200
200