get_company
Retrieve detailed company records including all available fields by specifying a company identifier. Access structured data from the Cortellis database for comprehensive insights.
Instructions
Return the entire company record with all available fields for a given identifier from Cortellis API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Company identifier |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Company identifier",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}