---
title: "get workflow data objects aka data attributes"
method: POST
path: "/api/v1/workflow/dataobjects/get"
---

# get workflow data objects aka data attributes

`POST /api/v1/workflow/dataobjects/get`

## Request body

- WorkflowGetDataObjectsRequest
  - `workflowId` string, required
  - `workflowRunId` string
  - `keys` string[]
  - `useMemoForDataAttributes` boolean

## Response `200`

successful operation

- WorkflowGetDataObjectsResponse
  - `objects` KeyValue[]
    - `key` string
    - `value` EncodedObject
      - `extStoreId` string
      - `extPath` string
      - `encoding` string
      - `data` string

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