OSFI · Example Payload

Osfi Datastore Search Not Found Example

CKAN Action API error envelope for an unknown resource_id.

InsuranceCanadaRegulatorLife InsuranceProperty and CasualtyFinancial RegulationPrudential SupervisionOpen DataRisk DataMarket InfrastructureBankingBasel IIICapital AdequacyRegulatory ReportingPensions

Osfi Datastore Search Not Found Example is an example object payload from OSFI, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

generatedmethoddescriptionrequestresponse

Example Payload

osfi-datastore-search-not-found-example.json Raw ↑
{
  "generated": "2026-07-25",
  "method": "searched",
  "description": "CKAN Action API error envelope for an unknown resource_id.",
  "request": {
    "method": "GET",
    "url": "https://open.canada.ca/data/en/api/3/action/datastore_search?resource_id=DOESNOTEXIST&limit=1"
  },
  "response": {
    "status": 404,
    "content_type": "application/json",
    "body": {
      "help": "https://open.canada.ca/data/en/api/3/action/help_show?name=datastore_search",
      "error": {
        "__type": "Not Found Error",
        "message": "Not found: Resource \"DOESNOTEXIST\" was not found."
      },
      "success": false
    }
  }
}