Amazon Entity Resolution · Arazzo Workflow

Amazon Entity Resolution Audit Latest Matching Job

Version 1.0.0

List the jobs for a workflow and pull the full status and metrics of the most recent one.

1 workflow 1 source API 1 provider
View Spec View on GitHub Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine-LearningArazzoWorkflows

Provider

amazon-entity-resolution

Workflows

audit-latest-job
List a workflow's jobs and fetch the most recent job's detail.
Confirms the workflow exists, lists its matching jobs, and reads the first (most recent) job for its full status, metrics, and error details.
3 steps inputs: maxResults, workflowName outputs: latestJobId, metrics, status
1
confirmWorkflow
Confirm the matching workflow exists before listing its jobs.
2
listJobs
List the matching jobs for the workflow and capture the id of the most recent job.
3
getJobDetail
Read the most recent job in full to capture its status, metrics, and any error details.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Entity Resolution Audit Latest Matching Job
  summary: List the jobs for a workflow and pull the full status and metrics of the most recent one.
  description: >-
    Inspects the run history of a matching workflow. The workflow confirms the
    matching workflow exists, lists its jobs newest first, and then reads the
    most recent job in full to surface its status, metrics, and any error
    details. Every step spells out its request inline so the flow can be read
    and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: matchingworkflowsApi
  url: ../openapi/amazon-entity-resolution-matchingworkflows-api-openapi.yml
  type: openapi
workflows:
- workflowId: audit-latest-job
  summary: List a workflow's jobs and fetch the most recent job's detail.
  description: >-
    Confirms the workflow exists, lists its matching jobs, and reads the first
    (most recent) job for its full status, metrics, and error details.
  inputs:
    type: object
    required:
    - workflowName
    properties:
      workflowName:
        type: string
        description: The name of the matching workflow whose jobs to audit.
      maxResults:
        type: integer
        description: Maximum number of jobs to return per page (1-25).
  steps:
  - stepId: confirmWorkflow
    description: >-
      Confirm the matching workflow exists before listing its jobs.
    operationId: GetMatchingWorkflow
    parameters:
    - name: workflowName
      in: path
      value: $inputs.workflowName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      workflowName: $response.body#/workflowName
  - stepId: listJobs
    description: >-
      List the matching jobs for the workflow and capture the id of the most
      recent job.
    operationId: ListMatchingJobs
    parameters:
    - name: workflowName
      in: path
      value: $steps.confirmWorkflow.outputs.workflowName
    - name: maxResults
      in: query
      value: $inputs.maxResults
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      latestJobId: $response.body#/jobs/0/jobId
      nextToken: $response.body#/nextToken
    onSuccess:
    - name: hasJobs
      type: goto
      stepId: getJobDetail
      criteria:
      - context: $response.body
        condition: $.jobs.length > 0
        type: jsonpath
    - name: noJobs
      type: end
      criteria:
      - context: $response.body
        condition: $.jobs.length == 0
        type: jsonpath
  - stepId: getJobDetail
    description: >-
      Read the most recent job in full to capture its status, metrics, and any
      error details.
    operationId: GetMatchingJob
    parameters:
    - name: workflowName
      in: path
      value: $inputs.workflowName
    - name: jobId
      in: path
      value: $steps.listJobs.outputs.latestJobId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      status: $response.body#/status
      metrics: $response.body#/metrics
      startTime: $response.body#/startTime
      endTime: $response.body#/endTime
      errorDetails: $response.body#/errorDetails
  outputs:
    latestJobId: $steps.listJobs.outputs.latestJobId
    status: $steps.getJobDetail.outputs.status
    metrics: $steps.getJobDetail.outputs.metrics

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-entity-resolution-audit-latest-job-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.