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