---
title: "Find workflow status of content"
method: GET
path: "/api/v1/workflow/status/{contentletInode}"
tags: ["Workflow"]
---

# Find workflow status of content

`GET /api/v1/workflow/status/{contentletInode}`

Checks the current workflow status of a contentlet by its [inode](https://www.dotcms.com/docs/latest/content-versions#IdentifiersInodes).

Returns an object containing the associated [workflow scheme](https://www.dotcms.com/docs/latest/managing-workflows#Schemes), [workflow step](https://www.dotcms.com/docs/latest/managing-workflows#Steps), and [workflow task](https://www.dotcms.com/docs/latest/workflow-tasks) associated with the contentlet.

## Path parameters

- `contentletInode` string, required

## Response `200`

Action(s) returned successfully

- ResponseContentletWorkflowStatusView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` ContentletWorkflowStatusView
    - `step` WorkflowStep
      - `id` string
      - `creationDate` string, date-time
      - `name` string
      - `schemeId` string
      - `myOrder` integer
      - `resolved` boolean
      - `enableEscalation` boolean
      - `escalationAction` string
      - `escalationTime` integer
    - `scheme` WorkflowScheme
      - `id` string
      - `creationDate` string, date-time
      - `name` string
      - `variableName` string
      - `description` string
      - `archived` boolean
      - `mandatory` boolean
      - `defaultScheme` boolean
      - `modDate` string, date-time
      - `entryActionId` string
      - `system` boolean
    - `task` WorkflowTask
      - `id` string
      - `creationDate` string, date-time
      - `modDate` string, date-time
      - `dueDate` string, date-time
      - `createdBy` string
      - `assignedTo` string
      - `belongsTo` string
      - `title` string
      - `description` string
      - `status` string
      - `webasset` string
      - `languageId` integer
      - `inode` string
      - `new` boolean
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

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

---

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