Ironclad · Arazzo Workflow

Ironclad Audit a Workflow's Activity

Version 1.0.0

Retrieve a workflow, then pull its turn history and comment thread for audit.

1 workflow 1 source API 1 provider
View Spec View on GitHub Contract Lifecycle ManagementCLMContractsLegal TechLegalOpsEnterpriseWorkflowsE-SignatureClickwrapArtificial IntelligenceAuthenticationSCIMWebhookArazzoWorkflows

Provider

ironclad

Workflows

audit-workflow-activity
Retrieve a workflow, then its turn history and comments.
Retrieves a workflow, pulls its turn history, and lists its activity-feed comments.
3 steps inputs: authorization, workflowId outputs: comments, title, turns
1
retrieveWorkflow
Retrieve the workflow to confirm its current step and title.
2
turnHistory
Retrieve the turn history describing each party's turn on the workflow.
3
listComments
List all comments in the workflow's activity feed.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ironclad Audit a Workflow's Activity
  summary: Retrieve a workflow, then pull its turn history and comment thread for audit.
  description: >-
    Builds a read-only audit view of a single workflow. The flow retrieves the
    workflow to confirm its current step, pulls the turn history describing each
    party's turn on the workflow, and lists all comments in the workflow's
    activity feed. Each step inlines its request so the chain can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: workflowsApi
  url: ../openapi/ironclad-workflows-api-openapi.yml
  type: openapi
workflows:
- workflowId: audit-workflow-activity
  summary: Retrieve a workflow, then its turn history and comments.
  description: >-
    Retrieves a workflow, pulls its turn history, and lists its activity-feed
    comments.
  inputs:
    type: object
    required:
    - authorization
    - workflowId
    properties:
      authorization:
        type: string
        description: Bearer token for the Ironclad Authorization header.
      workflowId:
        type: string
        description: The unique identifier or Ironclad ID of the workflow.
  steps:
  - stepId: retrieveWorkflow
    description: >-
      Retrieve the workflow to confirm its current step and title.
    operationId: retrieve-a-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $inputs.workflowId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      title: $response.body#/title
      step: $response.body#/step
  - stepId: turnHistory
    description: >-
      Retrieve the turn history describing each party's turn on the workflow.
    operationId: turn-history
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $inputs.workflowId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      turns: $response.body#/list
  - stepId: listComments
    description: >-
      List all comments in the workflow's activity feed.
    operationId: list-all-comments-in-a-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $inputs.workflowId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      comments: $response.body#/list
  outputs:
    title: $steps.retrieveWorkflow.outputs.title
    turns: $steps.turnHistory.outputs.turns
    comments: $steps.listComments.outputs.comments

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/ironclad-audit-workflow-activity"
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.