---
title: "Find available workflow actions for a page"
method: POST
path: "/api/v1/page/actions"
tags: ["Page"]
---

# Find available workflow actions for a page

`POST /api/v1/page/actions`

Returns the page data along with the list of available workflow actions for the specified page path. Supports both regular HTML pages and URL-mapped content. The response includes the page contentlet properties and the workflow actions that the current user can perform.

## Response `200`

Available workflow actions retrieved successfully

- ResponseEntityPageWorkflowActionsView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` PageWorkflowActionsView
    - `page` object
    - `actions` WorkflowActionView[]
      - `id` string
      - `name` string
      - `schemeId` string
      - `condition` string
      - `nextStep` string
      - `nextAssign` string
      - `icon` string
      - `roleHierarchyForAssign` boolean
      - `assignable` boolean
      - `commentable` boolean
      - `order` integer
      - `saveActionlet` boolean
      - `publishActionlet` boolean
      - `unpublishActionlet` boolean
      - `archiveActionlet` boolean
      - `pushPublishActionlet` boolean
      - `onlyBatchActionlet` boolean
      - `unarchiveActionlet` boolean
      - `deleteActionlet` boolean
      - `destroyActionlet` boolean
      - `moveActionlet` boolean
      - `commentActionlet` boolean
      - `metadata` object
      - `resetable` boolean
      - `actionInputs` ActionInputView[]
        - `id` string
        - `body` object
      - `nextStepCurrentStep` boolean
      - `moveActionletHashPath` boolean
      - `owner` string
      - `showOn` string[]
      - `hasOnlyBatchActionlet` boolean
      - `hasPublishActionlet` boolean
      - `hasUnpublishActionlet` boolean
      - `hasArchiveActionlet` boolean
      - `hasPushPublishActionlet` boolean
      - `hasUnarchiveActionlet` boolean
      - `hasDeleteActionlet` boolean
      - `hasDestroyActionlet` boolean
      - `hasCommentActionlet` boolean
      - `hasResetActionlet` boolean
      - `hasMoveActionletHasPathActionlet` boolean
      - `hasMoveActionletActionlet` boolean
      - `hasSaveActionlet` boolean
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `401` — Authentication required
- `404` — Page not found at the specified path and language

---

[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)
