Moody's Audit API

The Audit API from Moody's — 2 operation(s) for audit.

Operations 2

GET /audit/project/{projectId} Gets the records for a search query. #
GET /audit/project/{projectId}/count Gets the record count for a search query. #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/moodys-audit-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

moodys-audit-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: v2
  title: Scenario Studio Audit API
  description: API access to Moody's Analytics Scenario Studio.
servers:
- url: https://api.economy.com/scenario-studio/v2
tags:
- name: Audit
paths:
  /audit/project/{projectId}:
    get:
      tags:
      - Audit
      summary: Gets the records for a search query.
      operationId: Audit_AuditProjectAsync
      parameters:
      - name: projectId
        in: path
        description: The project ID.
        required: true
        schema:
          type: string
      - name: skip
        in: query
        description: The record count to skip.
        required: false
        schema:
          type: integer
          format: int32
      - name: take
        in: query
        description: The record count to return.
        required: false
        schema:
          type: integer
          format: int32
      - name: options.fromDate
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: options.toDate
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: options.search
        in: query
        required: false
        schema:
          type: string
      - name: options.actions
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int32
      - name: options.solveType
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int32
      - name: options.sort
        in: query
        required: false
        schema:
          type: string
      - name: options.scenarios
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: options.variableIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: options.solveLog
        in: query
        required: false
        schema:
          type: boolean
      - name: options.mine
        in: query
        required: false
        schema:
          type: boolean
      - name: options.offset
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: options.offsetType
        in: query
        required: false
        schema:
          type: integer
          format: int32
          enum:
          - 0
          - 1
          - 2
          - 3
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
            text/json:
              schema:
                type: object
      security:
      - oauth2: []
  /audit/project/{projectId}/count:
    get:
      tags:
      - Audit
      summary: Gets the record count for a search query.
      operationId: Audit_AuditSizeAsync
      parameters:
      - name: projectId
        in: path
        description: The Project ID.
        required: true
        schema:
          type: string
      - name: options.fromDate
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: options.toDate
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: options.search
        in: query
        required: false
        schema:
          type: string
      - name: options.actions
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int32
      - name: options.solveType
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int32
      - name: options.sort
        in: query
        required: false
        schema:
          type: string
      - name: options.scenarios
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: options.variableIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: options.solveLog
        in: query
        required: false
        schema:
          type: boolean
      - name: options.mine
        in: query
        required: false
        schema:
          type: boolean
      - name: options.offset
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: options.offsetType
        in: query
        required: false
        schema:
          type: integer
          format: int32
          enum:
          - 0
          - 1
          - 2
          - 3
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
            text/json:
              schema:
                type: object
      security:
      - oauth2: []
components:
  securitySchemes:
    oauth2:
      type: oauth2
      flows:
        clientCredentials:
          scopes: {}
          tokenUrl: https://api.economy.com/scenario-studio/v2/oauth2/token
      description: OAuth2 Client Credentials