Skip to content

Track multiple internal GitLab events

POST
/api/v4/usage_data/track_events

Tracks one or more GitLab internal events in a single request. Each event increments Service Ping counters in Redis and is optionally sent to Snowplow. This feature was introduced in GitLab 17.3.

Media type application/json
object
events
required

An array of internal events. Maximum 50 events allowed.

Array<object>
nullable
object
Example generated
{
"events": [
{}
]
}

OK

Validation error

Unauthorized