Oxylabs · Arazzo Workflow

Oxylabs Account Statistics Dashboard

Version 1.0.0

Assemble a dashboard view from available filters, usage statistics, and client statistics.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub AI Web ScrapingBot Mitigation BypassCAPTCHA SolvingData ExtractionDatacenter ProxiesDatasetsE-Commerce DataHeadless BrowserISP ProxiesMobile ProxiesProxiesResidential ProxiesSERPScraper APIScrapingWeb DataWeb IntelligenceWeb UnblockerArazzoWorkflows

Provider

oxylabs

Workflows

account-statistics-dashboard
Gather filters, usage, and client statistics for a dashboard.
Lists available filter instances, pulls usage statistics for a date window, and reads client statistics for the account.
3 steps inputs: from, to, token, userId outputs: clientStats, filters, usage
1
listFilters
List the available statistics filter instances so the caller knows which breakdowns can be requested.
2
usageStats
Pull usage statistics for the supplied date window.
3
clientStats
Read the account client statistics to round out the dashboard.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Oxylabs Account Statistics Dashboard
  summary: Assemble a dashboard view from available filters, usage statistics, and client statistics.
  description: >-
    Assembles a consolidated statistics view for an Oxylabs account. The
    workflow first lists the available statistics filter instances so the
    caller knows which breakdowns can be requested, then pulls usage
    statistics for a date window, and finally reads the account client
    statistics. Together these three bearer-authenticated reads back a usage
    dashboard without any write operations. 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: statsApi
  url: ../openapi/oxylabs-stats-api-openapi.yml
  type: openapi
- name: usersApi
  url: ../openapi/oxylabs-users-api-openapi.yml
  type: openapi
workflows:
- workflowId: account-statistics-dashboard
  summary: Gather filters, usage, and client statistics for a dashboard.
  description: >-
    Lists available filter instances, pulls usage statistics for a date
    window, and reads client statistics for the account.
  inputs:
    type: object
    required:
    - token
    - userId
    properties:
      token:
        type: string
        description: Bearer token for the statistics and client APIs.
      userId:
        type: integer
        description: Account user id for client statistics.
      from:
        type: string
        description: Usage window start date (YYYY-MM-DD).
      to:
        type: string
        description: Usage window end date (YYYY-MM-DD).
  steps:
  - stepId: listFilters
    description: >-
      List the available statistics filter instances so the caller knows which
      breakdowns can be requested.
    operationId: listStatsFilters
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.token"
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      filters: $response.body
  - stepId: usageStats
    description: >-
      Pull usage statistics for the supplied date window.
    operationId: getUsageStats
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.token"
    - name: from
      in: query
      value: $inputs.from
    - name: to
      in: query
      value: $inputs.to
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      usage: $response.body
  - stepId: clientStats
    description: >-
      Read the account client statistics to round out the dashboard.
    operationId: getClientStats
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.token"
    - name: userId
      in: path
      value: $inputs.userId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      clientStats: $response.body
  outputs:
    filters: $steps.listFilters.outputs.filters
    usage: $steps.usageStats.outputs.usage
    clientStats: $steps.clientStats.outputs.clientStats

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/oxylabs-account-statistics-dashboard-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.