> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Affinity: V2 Companies Company ID Fields Field ID Get

> Get a single field value on a Company. Includes SDK V2 guidance, input constraints, response fields, and Deepline credit cost.

Get a single field value on a Company.

<Info>
  Tool ID: `affinity_v2_companies_company_id_fields_field_id_get`
</Info>

## Run this action

Use the TypeScript SDK for a single call. Put `ctx.tools.execute(...)` inside a Play when the call should be durable, scheduled, or run across a CSV.

```ts theme={null}
import { Deepline } from 'deepline';

const deepline = await Deepline.connect();
const result = await deepline.tools.execute(
  'affinity_v2_companies_company_id_fields_field_id_get',
  {
    "companyId": 123,
    "fieldId": "field_123"
  },
);

console.log(result.toolResponse.raw);
```

### CLI

```bash theme={null}
deepline tools execute affinity_v2_companies_company_id_fields_field_id_get --input '{
  "companyId": 123,
  "fieldId": "field_123"
}' --json
```

## Example response

The SDK exposes this shape at `result.toolResponse.raw`. Values below are representative.

```json theme={null}
{
  "data": {
    "id": "id_123",
    "name": "Example",
    "type": "enriched",
    "enrichmentSource": "affinity-data",
    "value": {
      "type": "company",
      "data": {}
    }
  }
}
```

Use `deepline tools get affinity_v2_companies_company_id_fields_field_id_get --json` for the latest machine-readable contract.

## Input reference

\| ⚠️ This endpoint is currently in BETA | |--| Retrieve a single field on a company. Returns basic information and the field value.

| Name                | Type      | Required | Default | Details                                                            |
| ------------------- | --------- | -------- | ------- | ------------------------------------------------------------------ |
| `payload.companyId` | `integer` | Yes      | —       | Company ID Format: `int64`. Minimum: 1. Maximum: 9007199254740991. |
| `payload.fieldId`   | `string`  | Yes      | —       | Field ID                                                           |

<details>
  <summary>Show raw input schema</summary>

  ### Input JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "| ⚠️ This endpoint is currently in BETA | |--| Retrieve a single field on a company. Returns basic information and the field value.",
    "properties": {
      "companyId": {
        "type": "integer",
        "description": "Company ID",
        "minimum": 1,
        "maximum": 9007199254740991,
        "format": "int64"
      },
      "fieldId": {
        "type": "string",
        "description": "Field ID"
      }
    },
    "required": [
      "companyId",
      "fieldId"
    ],
    "additionalProperties": false
  }
  ```
</details>

## Output reference

| Name                                           | Type                                                                          | Required | Default | Details                                                                       |
| ---------------------------------------------- | ----------------------------------------------------------------------------- | -------- | ------- | ----------------------------------------------------------------------------- |
| `result.data`                                  | `object`                                                                      | Yes      | —       | —                                                                             |
| `result.data.id`                               | `string`                                                                      | Yes      | —       | —                                                                             |
| `result.data.name`                             | `string`                                                                      | Yes      | —       | —                                                                             |
| `result.data.type`                             | `"enriched" \| "global" \| "list" \| "relationship-intelligence" \| "hidden"` | Yes      | —       | Allowed: `enriched`, `global`, `list`, `relationship-intelligence`, `hidden`. |
| `result.data.enrichmentSource`                 | `"affinity-data" \| "dealroom" \| "eventbrite" \| "mailchimp" \| null`        | Yes      | —       | Allowed: `affinity-data`, `dealroom`, `eventbrite`, `mailchimp`, `null`.      |
| `result.data.value`                            | `object`                                                                      | Yes      | —       | —                                                                             |
| `result.data.value.type`                       | `"company-multi"`                                                             | Yes      | —       | —                                                                             |
| `result.data.value.data`                       | `array \| null`                                                               | Yes      | —       | —                                                                             |
| `result.data.value.data[].id`                  | `integer`                                                                     | Yes      | —       | —                                                                             |
| `result.data.value.data[].name`                | `string`                                                                      | Yes      | —       | —                                                                             |
| `result.data.value.data[].domain`              | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.totalCount`                 | `integer`                                                                     | No       | —       | Format: `int32`. Minimum: 0. Maximum: 2147483647.                             |
| `result.data.value.data[].dropdownOptionId`    | `integer`                                                                     | Yes      | —       | —                                                                             |
| `result.data.value.data[].text`                | `string`                                                                      | Yes      | —       | —                                                                             |
| `result.data.value.data[].streetAddress`       | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.data[].city`                | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.data[].state`               | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.data[].country`             | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.data[].continent`           | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.data[].firstName`           | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.data[].lastName`            | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.data[].primaryEmailAddress` | `string \| null`                                                              | Yes      | —       | —                                                                             |
| `result.data.value.data[].type`                | `"internal" \| "collaborator" \| "external"`                                  | Yes      | —       | —                                                                             |
| `result.meta`                                  | `object`                                                                      | No       | —       | —                                                                             |

<Info>
  This output schema is too large to embed without slowing the page. Get the complete live contract with `deepline tools get affinity_v2_companies_company_id_fields_field_id_get --json`.
</Info>

## Deepline cost

* Pricing model: `fixed` (per call).
* Estimated Deepline credits: `0` per pricing unit.
* Provider-native pricing may still exist outside Deepline credit billing.

## Related documentation

* [Affinity provider guide](/docs/providers/affinity/guide)
* [SDK V2 quickstart](/docs/sdk-v2/quickstart)
* [SDK reference](/docs/sdk-v2/sdk-reference)
* [Run tools across a CSV](/docs/sdk-v2/batch-csv)
