Raygun · Arazzo Workflow

Raygun Inspect Application Page

Version 1.0.0

List the monitored pages for an application and read one in detail.

1 workflow 1 source API 1 provider
View Spec View on GitHub ObservabilityCrash ReportingReal User MonitoringApplication Performance MonitoringError TrackingErrorsMonitoringDevOpsSource MapsDeploymentArazzoWorkflows

Provider

raygun

Workflows

inspect-application-page
List an application's monitored pages and read one by identifier.
Lists the pages monitored for the application, ordered by most recently seen, and reads a single page by identifier to inspect its detail.
2 steps inputs: applicationIdentifier, pageIdentifier outputs: pageIdentifier, pages, uri
1
listPages
List the pages monitored for the application, ordered so the most recently seen pages surface first for a performance review.
2
getPage
Read a single monitored page by identifier to inspect its detail during the performance investigation.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Raygun Inspect Application Page
  summary: List the monitored pages for an application and read one in detail.
  description: >-
    A Real User Monitoring performance flow. The workflow lists the pages
    monitored for an application, ordered so the most recently seen pages surface
    first, and then reads a single page by identifier to inspect its detail during
    a performance investigation. 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: pagesApi
  url: ../openapi/raygun-pages-api-openapi.yml
  type: openapi
workflows:
- workflowId: inspect-application-page
  summary: List an application's monitored pages and read one by identifier.
  description: >-
    Lists the pages monitored for the application, ordered by most recently seen,
    and reads a single page by identifier to inspect its detail.
  inputs:
    type: object
    required:
    - applicationIdentifier
    - pageIdentifier
    properties:
      applicationIdentifier:
        type: string
        description: The Raygun application identifier whose pages are inspected.
      pageIdentifier:
        type: string
        description: The identifier of the page to read in detail.
  steps:
  - stepId: listPages
    description: >-
      List the pages monitored for the application, ordered so the most recently
      seen pages surface first for a performance review.
    operationId: list-pages
    parameters:
    - name: application-identifier
      in: path
      value: $inputs.applicationIdentifier
    - name: orderby
      in: query
      value:
      - lastSeenAt desc
    - name: count
      in: query
      value: 100
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      pages: $response.body
  - stepId: getPage
    description: >-
      Read a single monitored page by identifier to inspect its detail during the
      performance investigation.
    operationId: get-page
    parameters:
    - name: application-identifier
      in: path
      value: $inputs.applicationIdentifier
    - name: page-identifier
      in: path
      value: $inputs.pageIdentifier
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      pageIdentifier: $response.body#/identifier
      uri: $response.body#/uri
  outputs:
    pages: $steps.listPages.outputs.pages
    pageIdentifier: $steps.getPage.outputs.pageIdentifier
    uri: $steps.getPage.outputs.uri

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/raygun-inspect-application-page-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.