v1
latestOpenAPI 3.0.22026-08-062794201004.1 KBEvents
Get Project Event
Fetches the details of an event by ID within a project.
In order to access this endpoint, the provided API key must have at least one of the following roles:
- Organization Owner
- Project Owner
- Project Manager
- Project Viewer
- Database Data Reader
- Database Data Reader/Writer
The results are always limited by the role and scope of the caller's privileges.
To learn more, see Organization Roles.
get/v4/organizations/{organizationId}/projects/{projectId}/events/{eventId}
Response
Successfully returned the event details.
Example response
{
"id": "ffffffff-aaaa-1414-eeee-000000000000",
"source": "cp-jobs",
"key": "cluster_deletion_completed",
"severity": "info",
"timestamp": "2024-04-29T09:00:23.475779856Z",
"projectId": "ffffffff-aaaa-1414-eeee-000000000000",
"projectName": "example-project",
"clusterId": "ffffffff-aaaa-1414-eeee-000000000000",
"clusterName": "example-cluster",
"appServiceId": "ffffffff-aaaa-1414-eeee-000000000000",
"appServiceName": "sample-appservice",
"userId": "ffffffff-aaaa-1414-eeee-000000000000",
"userName": "john",
"userEmail": "john@example.com",
"sessionId": "ffffffff-aaaa-1414-eeee-000000000000",
"requestId": "ffffffff-aaaa-1414-eeee-000000000000",
"summary": "Summary of the event occurred",
"incidentIds": [
"ffffffff-aaaa-1414-eeee-000000000000"
],
"occurrenceCount": 2,
"imageURL": "https://example.com",
"alertKey": "cluster_down_example"
}