Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the report |
| status | string | The status of the report generation. |
| type | string | The name of the generated report. |
| requestedDate | object | The date and time on which the report was requested. |
| updatedDate | object | The date and time on which the report was last updated. |
| errorMessage | string | A short message describing any errors that occurred while generating the report. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ReportOperation",
"title": "Report",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier of the report",
"example": "52c0f26b-051a-43ff-b02a-258eec67f5ef"
},
"status": {
"type": "string",
"enum": [
"InProgress",
"Complete",
"Error"
],
"description": "The status of the report generation."
},
"type": {
"type": "string",
"enum": [
"categorizedBankStatement",
"creditModel",
"spendAnalysis"
],
"description": "The name of the generated report."
},
"requestedDate": {
"description": "The date and time on which the report was requested.",
"$ref": "#/components/schemas/DateTime"
},
"updatedDate": {
"description": "The date and time on which the report was last updated.",
"$ref": "#/components/schemas/DateTime"
},
"errorMessage": {
"type": "string",
"nullable": true,
"description": "A short message describing any errors that occurred while generating the report."
}
},
"description": "Information about report generation.",
"definitions": {
"reports": {
"title": "Reports",
"allOf": [
{
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ReportOperation"
},
"minLength": 0,
"maxLength": 2000
}
}
},
{
"$ref": "#/components/schemas/PagingInfo"
}
]
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/codat-reportoperation"
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.