Soracom · Arazzo Workflow

Soracom Audit SIM Session Events

Version 1.0.0

Confirm a SIM exists, read its current session status, and pull its session event history for an audit window.

1 workflow 1 source API 1 provider
View Spec View on GitHub IoTCellularLPWANSIMLoRaWANSigfoxMVNOConnectivityEdgeJapanArazzoWorkflows

Provider

soracom

Workflows

audit-sim-session-events
Read a SIM and pull its session event history for an audit window.
Reads the SIM for its current session status, then lists its session event history bounded by an optional from/to time window.
2 steps inputs: from, limit, simId, to outputs: events, simId, status
1
getSim
Read the SIM to confirm it exists and capture its current session status before pulling history.
2
listSessionEvents
Retrieve the SIM's session event history within the supplied time window.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Soracom Audit SIM Session Events
  summary: Confirm a SIM exists, read its current session status, and pull its session event history for an audit window.
  description: >-
    Audits the connectivity history of a single IoT SIM. The workflow reads the
    SIM to confirm it exists and capture its current session status, then
    retrieves the SIM's session event history (session connect/disconnect
    records) bounded by an optional time window. 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
  x-realizes-capability-ids:
  - BC-2640.20
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-2640.20
      capability_name: SIM & eSIM Lifecycle Management
      spec: soracom-sim-api-openapi.yml
      confidence: 0.9
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: simApi
  url: ../openapi/soracom-sim-api-openapi.yml
  type: openapi
workflows:
- workflowId: audit-sim-session-events
  summary: Read a SIM and pull its session event history for an audit window.
  description: >-
    Reads the SIM for its current session status, then lists its session event
    history bounded by an optional from/to time window.
  inputs:
    type: object
    required:
    - simId
    properties:
      simId:
        type: string
        description: The SIM ID of the target SIM to audit.
      from:
        type: integer
        description: Start of the audit window (UNIX time in milliseconds).
      to:
        type: integer
        description: End of the audit window (UNIX time in milliseconds).
      limit:
        type: integer
        description: Maximum number of session event records to retrieve.
        default: 100
  steps:
  - stepId: getSim
    description: >-
      Read the SIM to confirm it exists and capture its current session status
      before pulling history.
    operationId: getSim
    parameters:
    - name: sim_id
      in: path
      value: $inputs.simId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      status: $response.body#/status
      sessionStatus: $response.body#/sessionStatus
  - stepId: listSessionEvents
    description: >-
      Retrieve the SIM's session event history within the supplied time window.
    operationId: listSimSessionEvents
    parameters:
    - name: sim_id
      in: path
      value: $inputs.simId
    - name: from
      in: query
      value: $inputs.from
    - name: to
      in: query
      value: $inputs.to
    - name: limit
      in: query
      value: $inputs.limit
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      events: $response.body
  outputs:
    simId: $inputs.simId
    status: $steps.getSim.outputs.status
    events: $steps.listSessionEvents.outputs.events

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/soracom-audit-sim-session-events-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.