---
title: "GET /idmappingworkflows"
method: GET
path: "/idmappingworkflows"
---

# GET /idmappingworkflows

`GET /idmappingworkflows`

Returns a list of all the <code>IdMappingWorkflows</code> that have been created for an Amazon Web Services account.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListIdMappingWorkflowsOutput
  - `workflowSummaries` IdMappingWorkflowSummary[] — A list of <code>IdMappingWorkflowSummary</code> objects.
    - `workflowName` string, required — The name of the workflow.
    - `workflowArn` string, required — The ARN (Amazon Resource Name) that Entity Resolution generated for the <code>IdMappingWorkflow</code>.
    - `createdAt` string, date-time, required — The timestamp of when the workflow was created.
    - `updatedAt` string, date-time, required — The timestamp of when the workflow was last updated.
  - `nextToken` string — The pagination token from the previous API call.

## Other responses

- `480` — ThrottlingException
- `481` — InternalServerException
- `482` — AccessDeniedException
- `483` — ValidationException

---

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