Skip to main content

eventTypes

Return the catalog of V2 event types.

Filter by entity to narrow the list.

Example:

query {
eventTypes(organizationId: "my-org") {
id
description
entity
action
changeType
}
}
eventTypes(
organizationId: ID!
filter: EventTypesFilter
sort: EventTypesSort
): [EventType!]!

Arguments

eventTypes.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

eventTypes.filter ● EventTypesFilter input {#filter}

Optional filter criteria to narrow results.

eventTypes.sort ● EventTypesSort input {#sort}

Sort field and direction. Defaults to alphabetical by id.

Type

EventType object

A single event type in the Massdriver event catalog.

The id field follows dotted entity.action notation in past tense (e.g., project.cloned, deployment.completed).