Amazon Data Exchange · Arazzo Workflow

Amazon Data Exchange Inspect Revision Assets

Version 1.0.0

List the assets in a revision and fetch the details of the first asset.

1 workflow 1 source API 1 provider
View Spec View on GitHub Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptionArazzoWorkflows

Provider

amazon-data-exchange

Workflows

inspect-revision-assets
List a revision's assets and get the first asset's details.
Lists the assets in the supplied revision and then retrieves the full details of the first asset for inspection.
2 steps inputs: dataSetId, revisionId outputs: assetName, firstAssetId
1
listAssets
List the assets contained in the revision.
2
getAsset
Fetch the full details of the first asset returned by the listing.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Data Exchange Inspect Revision Assets
  summary: List the assets in a revision and fetch the details of the first asset.
  description: >-
    A read-only flow for inspecting the contents of a revision in AWS Data
    Exchange. The workflow lists the assets contained in a revision and then
    fetches the full details of the first asset returned. 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: assetsApi
  url: ../openapi/amazon-data-exchange-assets-api-openapi.yml
  type: openapi
workflows:
- workflowId: inspect-revision-assets
  summary: List a revision's assets and get the first asset's details.
  description: >-
    Lists the assets in the supplied revision and then retrieves the full
    details of the first asset for inspection.
  inputs:
    type: object
    required:
    - dataSetId
    - revisionId
    properties:
      dataSetId:
        type: string
        description: The ID of the data set that owns the revision.
      revisionId:
        type: string
        description: The ID of the revision whose assets are listed.
  steps:
  - stepId: listAssets
    description: >-
      List the assets contained in the revision.
    operationId: listRevisionAssets
    parameters:
    - name: DataSetId
      in: path
      value: $inputs.dataSetId
    - name: RevisionId
      in: path
      value: $inputs.revisionId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstAssetId: $response.body#/Assets/0/Id
      assets: $response.body#/Assets
  - stepId: getAsset
    description: >-
      Fetch the full details of the first asset returned by the listing.
    operationId: getAsset
    parameters:
    - name: DataSetId
      in: path
      value: $inputs.dataSetId
    - name: RevisionId
      in: path
      value: $inputs.revisionId
    - name: AssetId
      in: path
      value: $steps.listAssets.outputs.firstAssetId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      assetName: $response.body#/Name
      assetArn: $response.body#/Arn
      assetDetails: $response.body#/AssetDetails
  outputs:
    firstAssetId: $steps.listAssets.outputs.firstAssetId
    assetName: $steps.getAsset.outputs.assetName

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-data-exchange-inspect-revision-assets-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.