GET events/list

braze.com

Summary: Custom Events List
Operation ID: customEventsList
Auth: unknown
Description

This endpoint allows you to export a list of custom events that have been recorded for your app. The event names are returned in groups of 250, sorted alphabetically. ## Response ```json Content-Type: application/json Authorization: Bearer YOUR-REST-API-KEY { "message": (required, string) the status of the export, returns 'success' when completed without errors, "events" : [ "Event A", "Event B", "Event C", ... ] } ``` ### Fatal Error Response Codes The following status codes and associated error messages will be returned if your request encounters a fatal error. Any of these error codes indicate that no data will be processed. | Error Code | Reason / Cause | | ---------------- | ---------------------------------------------------------------- | | 400 Bad Request | Bad Syntax | | 401 Unauthorized | Unknown or missing REST API Key | | 429 Rate Limited | Over rate limit | | 5XX | Internal server error, you should retry with exponential backoff |

Parameters (1)

page (string, query, optional)

(Optional) Integer The page of event names to return, defaults to 0 (returns the first set of up to 250)

No probe data for this endpoint yet.