Get info for all the product reports

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api.documentation.omnicado.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "omnicado MCP server": {
    "url": "https://api.documentation.omnicado.com/mcp"
  }
}

Close
GET /reports

This endpoint is used to retrieve all reports and their state

Get all info about generated product reports or start a new one

Responses

  • 200

    If product is succesfully updated 200 status code is returned

  • 404

    Product is not found

GET /reports
curl \
 --request GET 'api.services.omnicado.com/api/v2/reports' \
 --header "X-OMNICADO-TOKEN: $API_KEY"