Moody's · Schema

Order

A data generation order created from a basket. Orders are processed asynchronously and produce downloadable output files.

Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

Properties

Name Type Description
orderId string Unique identifier for the order.
basketId string The basket from which the order was generated.
status string Current processing status of the order.
fileType string The output file format for the order.
createdAt string When the order was created.
completedAt string When the order processing completed.
downloadUrl string URL to download the order output. Available only when status is Complete.
errorMessage string Error description if the order failed. Present only when status is Failed.
View JSON Schema on GitHub

JSON Schema

moodys-data-buffet-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Order",
  "type": "object",
  "description": "A data generation order created from a basket. Orders are processed asynchronously and produce downloadable output files.",
  "properties": {
    "orderId": {
      "type": "string",
      "description": "Unique identifier for the order."
    },
    "basketId": {
      "type": "string",
      "description": "The basket from which the order was generated."
    },
    "status": {
      "type": "string",
      "description": "Current processing status of the order."
    },
    "fileType": {
      "type": "string",
      "description": "The output file format for the order."
    },
    "createdAt": {
      "type": "string",
      "description": "When the order was created."
    },
    "completedAt": {
      "type": "string",
      "description": "When the order processing completed."
    },
    "downloadUrl": {
      "type": "string",
      "description": "URL to download the order output. Available only when status is Complete."
    },
    "errorMessage": {
      "type": "string",
      "description": "Error description if the order failed. Present only when status is Failed."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/moodys-data-buffet-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.