The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.
Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

List all Events

Get all Events for a Project. This endpoint lists all types of Events including Pageview Events which are stored as Pages. You can also get Goal objects from Optimizely Classic by setting the include_classic parameter to true.

Query Params
integer
≤ 100
Defaults to 25

Optional pagination argument that specifies the maximum number of objects to return per request

integer
Defaults to 1

Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.

int64
required

The ID of the Project you would like to list all Events for

boolean
Defaults to false

Whether or not to include classic Events in the list of Events. If this parameter is not provided it will default to false

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json