For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Event

Get event with specified identifier.

Get Event

GET https://environment.monterosa.cloud/api/v2/events/:event_id

Path Parameters

Name
Type
Description

event_id

string

Event ID.

Query Parameters

Name
Type
Description

include

string

Include additional relation to the response. For example, include=project adds the related project resource to the response. Possible values: project.

fields[events]

string

Comma-separated list of attribute names. When provided, only the listed attributes are returned in the response. Use to opt in to Optional attributes or to reduce payload size.

Optional attributes

The following attributes are not returned by default. To include them, list their names in the fields[events] query parameter, alongside any other attributes you need.

Attribute
Type
Description

current_concurrency

integer

Number of users currently engaging with the event, fetched in real time.

peak_concurrency

integer

Highest number of concurrent users observed for the event.

interactions

integer

Total number of interactions submitted by users during the event.

unique_users

integer

Number of unique users who took part in the event.

average_session_length

integer

Average length of a user session in the event, in seconds.

The requested attributes appear in the attributes object of the event resource. See Get event with optional attributes for a worked example.

Headers

Name
Type
Description

Authorization

string

Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb

Content-Type

string

application/vnd.api+json

Example

Get event with project

Get event with optional attributes

Last updated