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.
Authorizations
Section titled “Authorizations”Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
events
required
An array of internal events. Maximum 50 events allowed.
Array<object>
object
Examplegenerated
{ "events": [ {} ]}Responses
Section titled “Responses”OK
Validation error
Unauthorized