Codat List Reports Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "list-reports",
"method": "GET",
"path": "/companies/{companyId}/reports",
"summary": "List reports",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"pageNumber": 1,
"pageSize": 4,
"totalResults": 15,
"_links": {
"self": {
"href": "/companies/0f591937-4ea9-48c4-847a-fe65fb24bb41/reports"
},
"current": {
"href": "/companies/0f591937-4ea9-48c4-847a-fe65fb24bb41/reports?page=1&pageSize=4"
},
"next": {
"href": "/companies/0f591937-4ea9-48c4-847a-fe65fb24bb41/reports?page=2&pageSize=4"
}
},
"results": [
{
"id": "c0d52c82-777f-4309-81a0-d935aea0562b",
"status": "InProgress",
"type": "categorizedBankStatement",
"requested": "2024-10-15T07:00:00Z",
"updated": "2024-10-15T15:31:45Z"
},
{
"id": "79ef0451-edbd-4108-82ff-0b991444f1ec",
"status": "Complete",
"type": "categorizedBankStatement",
"requested": "2024-09-10T05:50:00Z",
"updated": "2024-09-11T14:37:12Z"
},
{
"id": "ae125b45-ed37-4bb4-bb4a-d55383fd56b2",
"status": "Complete",
"type": "categorizedBankStatement",
"requested": "2024-09-06T07:47:10Z",
"updated": "2024-09-20T14:42:15Z"
},
{
"id": "ebfaf90c-31fe-407f-a016-bc2b3e60894a",
"status": "Error",
"type": "categorizedBankStatement",
"requested": "2024-07-15T04:45:14Z",
"updated": "2024-07-15T17:41:45Z",
"errorMessage": "Failed to generate the report because...."
}
]
}
}
]
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/codat-list-reports-example"
All examples
curl "https://apis.io/api/v1/examples?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.