v18

latestOpenAPI 3.0.32026-08-07378889.6 MB
user

List Event Types

Returns the list of user-facing event types with descriptions.

get/v1/events/types

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Response

Example response

{
  "types": [
    {
      "name": "deployment-created",
      "categories": [
        "deployment"
      ]
    }
  ]
}