Skip to main content
GET
/
search
/
{id}
Get search by ID
curl --request GET \
  --url https://api.getcurrent.ca/v1/search/{id} \
  --header 'Authorization: Bearer <token>'
{
  "meta": {
    "searchId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "searchedAt": "2023-11-07T05:31:56Z",
    "submitted": {
      "name": "<string>",
      "params": {
        "businessRegistry": true,
        "regulatoryRegistry": true,
        "sanctionsScreening": true,
        "sanctionsThreshold": 85,
        "websiteAnalysis": true
      },
      "website": "<string>"
    },
    "status": "completed",
    "searchedBy": "jsmith@example.com",
    "duration": 123
  },
  "businesses": [
    {
      "legalName": {
        "name": "<string>",
        "matchScore": 0.5
      },
      "registrationNumbers": [
        {
          "label": "<string>",
          "value": "<string>"
        }
      ],
      "entityType": "<string>",
      "jurisdiction": "<string>",
      "status": "<string>",
      "incorporationDate": "<string>",
      "addresses": [
        {
          "street": "<string>",
          "city": "<string>",
          "province": "<string>",
          "postalCode": "<string>",
          "country": "<string>",
          "raw": "<string>"
        }
      ],
      "alternateNames": [
        "<string>"
      ],
      "people": [
        {
          "name": "<string>",
          "titles": [
            "<string>"
          ],
          "addresses": [
            {
              "street": "<string>",
              "city": "<string>",
              "province": "<string>",
              "postalCode": "<string>",
              "country": "<string>",
              "raw": "<string>"
            }
          ],
          "ownership": "<string>"
        }
      ],
      "sourceUrl": "<string>",
      "businessReport": {
        "people": [
          {
            "name": "<string>",
            "titles": [
              "<string>"
            ],
            "addresses": [
              {
                "street": "<string>",
                "city": "<string>",
                "province": "<string>",
                "postalCode": "<string>",
                "country": "<string>",
                "raw": "<string>"
              }
            ],
            "ownership": "<string>"
          }
        ],
        "addresses": [
          {
            "street": "<string>",
            "city": "<string>",
            "province": "<string>",
            "postalCode": "<string>",
            "country": "<string>",
            "raw": "<string>"
          }
        ],
        "details": {
          "goodStanding": true,
          "nameHistory": [
            {
              "type": "<string>",
              "name": "<string>",
              "effectiveDate": "<string>",
              "endDate": "<string>"
            }
          ],
          "naicsClassification": [
            {
              "code": "<string>",
              "description": "<string>"
            }
          ]
        },
        "reportUrl": "<string>",
        "reportUrlExpiresAt": "2023-11-07T05:31:56Z"
      }
    }
  ],
  "regulatory": {
    "craCharities": [
      {
        "legalName": {
          "name": "<string>",
          "matchScore": 0.5
        },
        "alternateNames": [
          "<string>"
        ],
        "registrationNumber": "<string>",
        "status": "<string>",
        "addresses": [
          {
            "street": "<string>",
            "city": "<string>",
            "province": "<string>",
            "postalCode": "<string>",
            "country": "<string>",
            "raw": "<string>"
          }
        ],
        "details": {},
        "sourceUrl": "<string>"
      }
    ],
    "fintracMsb": [
      {
        "legalName": {
          "name": "<string>",
          "matchScore": 0.5
        },
        "alternateNames": [
          "<string>"
        ],
        "registrationNumber": "<string>",
        "status": "<string>",
        "addresses": [
          {
            "street": "<string>",
            "city": "<string>",
            "province": "<string>",
            "postalCode": "<string>",
            "country": "<string>",
            "raw": "<string>"
          }
        ],
        "details": {},
        "sourceUrl": "<string>"
      }
    ],
    "agcoCannabis": [
      {
        "legalName": {
          "name": "<string>",
          "matchScore": 0.5
        },
        "alternateNames": [
          "<string>"
        ],
        "registrationNumber": "<string>",
        "status": "<string>",
        "addresses": [
          {
            "street": "<string>",
            "city": "<string>",
            "province": "<string>",
            "postalCode": "<string>",
            "country": "<string>",
            "raw": "<string>"
          }
        ],
        "details": {},
        "sourceUrl": "<string>"
      }
    ],
    "healthCanadaCannabis": [
      {
        "legalName": {
          "name": "<string>",
          "matchScore": 0.5
        },
        "alternateNames": [
          "<string>"
        ],
        "registrationNumber": "<string>",
        "status": "<string>",
        "addresses": [
          {
            "street": "<string>",
            "city": "<string>",
            "province": "<string>",
            "postalCode": "<string>",
            "country": "<string>",
            "raw": "<string>"
          }
        ],
        "details": {},
        "sourceUrl": "<string>"
      }
    ],
    "mohServiceProviders": [
      {
        "legalName": {
          "name": "<string>",
          "matchScore": 0.5
        },
        "alternateNames": [
          "<string>"
        ],
        "registrationNumber": "<string>",
        "status": "<string>",
        "addresses": [
          {
            "street": "<string>",
            "city": "<string>",
            "province": "<string>",
            "postalCode": "<string>",
            "country": "<string>",
            "raw": "<string>"
          }
        ],
        "details": {},
        "sourceUrl": "<string>"
      }
    ]
  },
  "sanctions": {
    "query": "<string>",
    "totalMatches": 1,
    "matches": [
      {
        "legalName": {
          "name": "<string>",
          "matchScore": 0.5
        },
        "alternateNames": [
          "<string>"
        ],
        "addresses": [
          {
            "street": "<string>",
            "city": "<string>",
            "province": "<string>",
            "postalCode": "<string>",
            "country": "<string>",
            "raw": "<string>"
          }
        ],
        "details": {
          "datasets": [
            "<string>"
          ],
          "countries": [
            "<string>"
          ],
          "topics": [
            "<string>"
          ],
          "legalForm": "<string>"
        },
        "sourceUrls": [
          "<string>"
        ]
      }
    ]
  },
  "website": {
    "status": "success",
    "url": "<string>",
    "scrapedAt": "2023-11-07T05:31:56Z",
    "extracted": {
      "legalName": "<string>",
      "descriptions": [
        "<string>"
      ],
      "addresses": [
        {
          "street": "<string>",
          "city": "<string>",
          "province": "<string>",
          "postalCode": "<string>",
          "country": "<string>",
          "raw": "<string>"
        }
      ],
      "people": [
        {
          "name": "<string>",
          "titles": [
            "<string>"
          ],
          "addresses": [
            {
              "street": "<string>",
              "city": "<string>",
              "province": "<string>",
              "postalCode": "<string>",
              "country": "<string>",
              "raw": "<string>"
            }
          ],
          "ownership": "<string>"
        }
      ],
      "registrations": [
        {
          "label": "<string>",
          "value": "<string>"
        }
      ],
      "contactInfo": {
        "emails": [
          "jsmith@example.com"
        ],
        "phoneNumbers": [
          "<string>"
        ]
      }
    },
    "industry": {
      "naicsCode": "<string>",
      "naicsDescription": "<string>",
      "reasoning": "<string>"
    },
    "domain": {
      "url": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    },
    "error": "<string>"
  },
  "errors": {
    "businessRegistry": {
      "code": "TIMEOUT",
      "message": "<string>",
      "retryable": true
    },
    "regulatoryRegistry": {
      "code": "TIMEOUT",
      "message": "<string>",
      "retryable": true
    },
    "sanctionsScreening": {
      "code": "TIMEOUT",
      "message": "<string>",
      "retryable": true
    },
    "websiteAnalysis": {
      "code": "TIMEOUT",
      "message": "<string>",
      "retryable": true
    }
  }
}

Authorizations

Authorization
string
header
required

API key as Bearer token: Authorization: Bearer cur_live_xxxxx

Path Parameters

id
string<uuid>
required

Search ID (UUID)

Response

Search result

meta
object
required
businesses
object[]
required

Business registry results sorted by match confidence

regulatory
object
required

Regulatory registry matches — each key is a flat array (empty when no matches)

sanctions
object

Sanctions screening results — null when sanctionsScreening is not enabled

website
object

Website analysis results — only present when websiteAnalysis is true or website URL was provided

errors
object

Per-source errors — only present when one or more sources failed. Presence does not mean the search failed overall.