---
title: "Find all workflow actionlets"
method: GET
path: "/api/v1/workflow/actionlets"
tags: ["Workflow"]
---

# Find all workflow actionlets

`GET /api/v1/workflow/actionlets`

Returns a list of all workflow actionlets — a.k.a. [workflow sub-actions](https://www.dotcms.com/docs/latest/workflow-sub-actions). The returned list is complete and does not use pagination.

## Response `200`

Workflow actionlets returned successfully

- ResponseEntityWorkflowActionletsView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` WorkFlowActionlet[]
    - `localizedHowto` string
    - `howTo` string
    - `actionClass` string
    - `localizedName` string
    - `name` string
    - `parameters` WorkflowActionletParameter[]
      - `displayName` string
      - `key` string
      - `defaultValue` string
      - `required` boolean
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `401` — Invalid User
- `403` — Forbidden
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
