---
title: "GET /idmappingworkflows/{workflowName}/jobs"
method: GET
path: "/idmappingworkflows/{workflowName}/jobs"
---

# GET /idmappingworkflows/{workflowName}/jobs

`GET /idmappingworkflows/{workflowName}/jobs`

Lists all ID mapping jobs for a given workflow.

## Path parameters

- `workflowName` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListIdMappingJobsOutput
  - `jobs` JobSummary[] — A list of <code>JobSummary</code> objects.
    - `jobId` string, required — The ID of the job.
    - `status` 'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'QUEUED', required — The current status of the job.
    - `startTime` string, date-time, required — The time at which the job was started.
    - `endTime` string, date-time — The time at which the job has finished.
  - `nextToken` string — The pagination token from the previous API call.

## Other responses

- `480` — ThrottlingException
- `481` — InternalServerException
- `482` — ResourceNotFoundException
- `483` — AccessDeniedException
- `484` — 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)
