---
title: "dump internal info of a workflow"
method: POST
path: "/api/v1/workflow/internal/dump"
---

# dump internal info of a workflow

`POST /api/v1/workflow/internal/dump`

## Request body

- WorkflowDumpRequest
  - `workflowId` string, required
  - `workflowRunId` string, required
  - `pageSizeInBytes` integer, required
  - `pageNum` integer, required

## Response `200`

successful operation

- WorkflowDumpResponse
  - `checksum` string, required
  - `totalPages` integer, required
  - `jsonData` string, required

## Other responses

- `400` — Invalid input

## Changes

> 50 revisions in range; 1 could not be searched.

- **2023-07-05** `b341064dfc4b` — 1 warning
  - added the new `LONG_POLL_TIME_OUT_SUB_STATUS` enum value to the `subStatus` response property for the response status `400`
- **2023-04-15** `86630172940f` — 1 warning, 3 info
  - added the new `WORKER_API_ERROR` enum value to the `subStatus` response property for the response status `400`
  - added the optional property `originalWorkerErrorDetail` to the response with the `400` status
  - added the optional property `originalWorkerErrorStatus` to the response with the `400` status
  - added the optional property `originalWorkerErrorType` to the response with the `400` status
- **2023-04-04** `f426bfa244bf` — 1 info
  - endpoint added
- **2022-12-18** `a325ec23e79c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/indeedeng/apis/workflow-apis/changes/api/v1/workflow/internal/dump/post.md)

---

[API](https://skmtc.dev/indeedeng/apis/workflow-apis.md) · [All operations](https://skmtc.dev/indeedeng/apis/workflow-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/indeedeng/workflow-apis/revisions/fe9c7606824c/schema)
