Minubo · Arazzo Workflow

Trigger a Minubo ETL run and monitor it

Version 1.0.0

Authenticate, start an ETL process, and read its status.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyE-CommerceBusiness IntelligenceAnalyticsRetailDataETLReportingArazzoWorkflows

Provider

minubo

Workflows

trigger-etl-and-monitor
Get a token, start an ETL process, then poll its status by UUID.
3 steps inputs: forceFullLoad, tokenId, tokenSecret outputs: processUuid, statusCode
1
authenticate
2
start-etl
3
check-status

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Trigger a Minubo ETL run and monitor it
  version: 1.0.0
  summary: Authenticate, start an ETL process, and read its status.
sourceDescriptions:
- name: authApi
  url: ../openapi/minubo-auth-api-openapi.yml
  type: openapi
- name: etlApi
  url: ../openapi/minubo-etl-api-openapi.yml
  type: openapi
workflows:
- workflowId: trigger-etl-and-monitor
  summary: Get a token, start an ETL process, then poll its status by UUID.
  inputs:
    type: object
    required: [tokenId, tokenSecret]
    properties:
      tokenId:
        type: string
      tokenSecret:
        type: string
      forceFullLoad:
        type: boolean
        default: false
  steps:
  - stepId: authenticate
    operationId: auth_authenticateToken
    requestBody:
      contentType: application/json
      payload:
        tokenId: $inputs.tokenId
        tokenSecret: $inputs.tokenSecret
    outputs:
      token: $response.body#/token
  - stepId: start-etl
    operationId: etl_processStart
    parameters:
    - name: Authorization
      in: header
      value: "Bearer {$steps.authenticate.outputs.token}"
    - name: forceFullLoad
      in: query
      value: $inputs.forceFullLoad
    successCriteria:
    - condition: $statusCode == 202
    outputs:
      processUuid: $response.body#/processUuid
  - stepId: check-status
    operationId: etl_getProcessStatus
    parameters:
    - name: Authorization
      in: header
      value: "Bearer {$steps.authenticate.outputs.token}"
    - name: processUuid
      in: path
      value: $steps.start-etl.outputs.processUuid
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      statusCode: $response.body#/statusCode
  outputs:
    processUuid: $steps.start-etl.outputs.processUuid
    statusCode: $steps.check-status.outputs.statusCode

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/minubo-trigger-etl-and-monitor"
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.