Appian · Arazzo Workflow

Appian Get Deployment Status and Log

Version 1.0.0

Retrieve a deployment's current results and pull its full deployment log in one pass.

1 workflow 1 source API 1 provider
View Spec View on GitHub AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflowsArazzoWorkflows

Provider

appian

Workflows

deployment-status-and-log
Read a deployment's results and its log for a known deployment UUID.
Reads the current results for a deployment UUID and then retrieves the deployment log, returning the status alongside the full log content.
2 steps inputs: apiKey, deploymentUuid outputs: log, status
1
getResults
Read the current deployment results to capture the status and summary for the supplied deployment UUID.
2
getLog
Retrieve the plain-text deployment log so the full record of the deployment process is available alongside the status.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Appian Get Deployment Status and Log
  summary: Retrieve a deployment's current results and pull its full deployment log in one pass.
  description: >-
    A lightweight tracking workflow for an existing Appian deployment. Given a
    deployment UUID returned earlier by the deployment endpoint, the flow reads
    the current deployment results to capture the status and summary, then
    retrieves the plain-text deployment log so the status and the underlying log
    detail are returned together. 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: resultsApi
  url: ../openapi/appian-results-api-openapi.yml
  type: openapi
workflows:
- workflowId: deployment-status-and-log
  summary: Read a deployment's results and its log for a known deployment UUID.
  description: >-
    Reads the current results for a deployment UUID and then retrieves the
    deployment log, returning the status alongside the full log content.
  inputs:
    type: object
    required:
    - apiKey
    - deploymentUuid
    properties:
      apiKey:
        type: string
        description: API key linked to a service account, sent in the appian-api-key header.
      deploymentUuid:
        type: string
        description: The UUID of the deployment operation to query.
  steps:
  - stepId: getResults
    description: >-
      Read the current deployment results to capture the status and summary for
      the supplied deployment UUID.
    operationId: getDeploymentResults
    parameters:
    - name: appian-api-key
      in: header
      value: $inputs.apiKey
    - name: deploymentUuid
      in: path
      value: $inputs.deploymentUuid
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      status: $response.body#/status
  - stepId: getLog
    description: >-
      Retrieve the plain-text deployment log so the full record of the
      deployment process is available alongside the status.
    operationId: getDeploymentLog
    parameters:
    - name: appian-api-key
      in: header
      value: $inputs.apiKey
    - name: deploymentUuid
      in: path
      value: $inputs.deploymentUuid
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      log: $response.body
  outputs:
    status: $steps.getResults.outputs.status
    log: $steps.getLog.outputs.log

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/appian-deployment-status-and-log-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.