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

---

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