Adobe Creative Cloud · Arazzo Workflow

Adobe Creative Cloud Stock License History Audit

Version 1.0.0

Read the member profile then pull the Stock license history to audit recent downloads.

1 workflow 1 source API 1 provider
View Spec View on GitHub Ai MlCloudCreativeDesignDocumentsPhotographySoftware-as-a-ServiceVideoArazzoWorkflows

Provider

adobe-creative-cloud

Workflows

stock-license-history-audit
Read the member profile, then pull license history for an entitlement audit.
Reads the member's Stock profile for quota context and retrieves the license history so recent downloads can be audited against quota.
2 steps inputs: accessToken, apiKey, limit, offset outputs: historyCount, historyFiles, quota
1
getProfile
Read the member's Stock profile to capture the remaining quota and entitlement model for the audit context.
2
getHistory
Retrieve the member's Stock license history so recent downloads can be reconciled against the available quota.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Adobe Creative Cloud Stock License History Audit
  summary: Read the member profile then pull the Stock license history to audit recent downloads.
  description: >-
    A reporting flow for Adobe Stock entitlements. The workflow first reads the
    member profile to capture the remaining quota and entitlement model, then
    retrieves the member's license history so the caller can reconcile recent
    downloads against the available quota. Every step spells out its request
    inline, including the bearer token and x-api-key, so the flow can be read
    and run without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: memberApi
  url: ../openapi/adobe-creative-cloud-member-api-openapi.yml
  type: openapi
workflows:
- workflowId: stock-license-history-audit
  summary: Read the member profile, then pull license history for an entitlement audit.
  description: >-
    Reads the member's Stock profile for quota context and retrieves the
    license history so recent downloads can be audited against quota.
  inputs:
    type: object
    required:
    - accessToken
    - apiKey
    properties:
      accessToken:
        type: string
        description: OAuth 2.0 bearer access token from the Adobe IMS token endpoint.
      apiKey:
        type: string
        description: Client ID (x-api-key) from the Adobe Developer Console.
      limit:
        type: integer
        description: Maximum number of license history records to return.
        default: 100
      offset:
        type: integer
        description: Starting position for license history pagination.
        default: 0
  steps:
  - stepId: getProfile
    description: >-
      Read the member's Stock profile to capture the remaining quota and
      entitlement model for the audit context.
    operationId: getMemberProfile
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.accessToken"
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      quota: $response.body#/available_entitlement/quota
      entitlement: $response.body#/available_entitlement
  - stepId: getHistory
    description: >-
      Retrieve the member's Stock license history so recent downloads can be
      reconciled against the available quota.
    operationId: getLicenseHistory
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.accessToken"
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    - name: search_parameters[limit]
      in: query
      value: $inputs.limit
    - name: search_parameters[offset]
      in: query
      value: $inputs.offset
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      nbResults: $response.body#/nb_results
      files: $response.body#/files
  outputs:
    quota: $steps.getProfile.outputs.quota
    historyCount: $steps.getHistory.outputs.nbResults
    historyFiles: $steps.getHistory.outputs.files

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/adobe-creative-cloud-stock-license-history-audit-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.