---
title: "List action event types"
method: GET
path: "/actions/types"
tags: ["actions"]
---

# List action event types

`GET /actions/types`

Lists the supported event types that trigger a pipeline action. Append `?workspaceId` to list event types in a workspace context.

## Query parameters

- `workspaceId` integer

## Response `200`

OK

- ListEventTypesResponse
  - `eventTypes` EventType[]
    - `description` string
    - `display` string
    - `enabled` boolean
    - `source` string

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
