Mux · Arazzo Workflow

Mux Dimension Exploration

Version 1.0.0

List the available Mux Data dimensions, then enumerate the distinct values of a chosen dimension over a timeframe.

1 workflow 1 source API 1 provider
View Spec View on GitHub Video InfrastructureVideo StreamingLive StreamingVideo AnalyticsVideo AIEncodingArazzoWorkflows

Provider

mux-com

Workflows

dimension-exploration
List dimensions, then enumerate a chosen dimension's values.
Lists the available dimensions, then lists the distinct values for the chosen dimension over a timeframe.
2 steps inputs: dimensionId, limit, timeframe outputs: dimensions, values
1
listDimensions
List the dimensions available for filtering and breakdowns, grouped by basic and advanced tiers.
2
listDimensionValues
Enumerate the distinct values of the chosen dimension over the timeframe so a filter list can be populated.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Mux Dimension Exploration
  summary: List the available Mux Data dimensions, then enumerate the distinct values of a chosen dimension over a timeframe.
  description: >-
    A discovery pattern for building Mux Data filter and grouping UIs. The
    workflow lists the dimensions available for filtering and breakdowns, then
    enumerates the distinct values of a chosen dimension over a timeframe so a
    dropdown or filter list can be populated with the segments that actually have
    data. 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: dimensionsApi
  url: ../openapi/mux-com-dimensions-api-openapi.yml
  type: openapi
workflows:
- workflowId: dimension-exploration
  summary: List dimensions, then enumerate a chosen dimension's values.
  description: >-
    Lists the available dimensions, then lists the distinct values for the
    chosen dimension over a timeframe.
  inputs:
    type: object
    required:
    - dimensionId
    - timeframe
    properties:
      dimensionId:
        type: string
        description: The dimension id whose values to enumerate (e.g. browser, country, operating_system).
      timeframe:
        type: array
        description: Timeframe window (e.g. ["7:days"] or two epoch timestamps).
        items:
          type: string
      limit:
        type: integer
        description: Maximum number of dimension values to return.
        default: 25
  steps:
  - stepId: listDimensions
    description: >-
      List the dimensions available for filtering and breakdowns, grouped by
      basic and advanced tiers.
    operationId: list-dimensions
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dimensions: $response.body#/data
  - stepId: listDimensionValues
    description: >-
      Enumerate the distinct values of the chosen dimension over the timeframe so
      a filter list can be populated.
    operationId: list-dimension-values
    parameters:
    - name: DIMENSION_ID
      in: path
      value: $inputs.dimensionId
    - name: timeframe[]
      in: query
      value: $inputs.timeframe
    - name: limit
      in: query
      value: $inputs.limit
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      values: $response.body#/data
      totalRowCount: $response.body#/total_row_count
  outputs:
    dimensions: $steps.listDimensions.outputs.dimensions
    values: $steps.listDimensionValues.outputs.values

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/mux-com-dimension-exploration-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.