List all Events

<Note icon="fa-regular fa-circle-info"> **Note** Events are returned up to 45 days after they occur. Any request attempting to access an event older than 45 days will result in an HTTP 400 - error. </Note> List all Events

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.

Query parameters

EventTypestringRequired

Allowed values: An EventType listed in the event types list

The type of the event.

BeforeDateintegerOptional

The date before which the event was created (based on the event’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

AfterDateintegerOptional

The date after which the event was created (based on the event’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

Response

Success
Array (Events)list of objects
The list of events created by the platform.

Errors

400
Bad Request Error