> ## 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.

# Zoho CRM: README

> Getbulkreadjobdetails. Zoho CRM Bulk Read Get Bulk Read Job Details reference includes SDK V2 and CLI requests, input constraints, response fields,.

Getbulkreadjobdetails.

<Info>
  Tool ID: `zoho_crm_bulk_read_get_bulk_read_job_details`
</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(
  'zoho_crm_bulk_read_get_bulk_read_job_details',
  {
    "jobId": "job_123"
  },
);

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

### CLI

```bash theme={null}
deepline tools execute zoho_crm_bulk_read_get_bulk_read_job_details --input '{
  "jobId": "job_123"
}' --json
```

## Example response

The static output schema is not detailed enough to generate a reliable example. Use `deepline tools get zoho_crm_bulk_read_get_bulk_read_job_details --json` for the complete live contract.

## Input reference

Getbulkreadjobdetails

| Name            | Type     | Required | Default | Details                        |
| --------------- | -------- | -------- | ------- | ------------------------------ |
| `payload.jobId` | `string` | Yes      | —       | The jobId Maximum length: 100. |

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

  ### Input JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "Getbulkreadjobdetails",
    "properties": {
      "jobId": {
        "type": "string",
        "description": "The jobId",
        "maxLength": 100
      }
    },
    "required": [
      "jobId"
    ],
    "additionalProperties": false
  }
  ```
</details>

## Output reference

Standard tool result payload.

| Name                                                       | Type                                                                                     | Required | Default | Details                                                                                               |
| ---------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------- |
| `result.data`                                              | `object`                                                                                 | Yes      | —       | The response                                                                                          |
| `result.data.data`                                         | `array`                                                                                  | Yes      | —       | The data Maximum items: 1000.                                                                         |
| `result.data.data[].id`                                    | `string`                                                                                 | Yes      | —       | The id Maximum length: 100.                                                                           |
| `result.data.data[].operation`                             | `string`                                                                                 | Yes      | —       | The operation Maximum length: 500.                                                                    |
| `result.data.data[].state`                                 | `"COMPLETED" \| "ADDED" \| "QUEUED" \| "IN PROGRESS"`                                    | Yes      | —       | The state Allowed: `COMPLETED`, `ADDED`, `QUEUED`, `IN PROGRESS`.                                     |
| `result.data.data[].query`                                 | `object`                                                                                 | Yes      | —       | The query                                                                                             |
| `result.data.data[].query.module`                          | `object`                                                                                 | Yes      | —       | The module                                                                                            |
| `result.data.data[].query.module.api_name`                 | `string`                                                                                 | Yes      | —       | The api name Maximum length: 255.                                                                     |
| `result.data.data[].query.module.id`                       | `string`                                                                                 | Yes      | —       | The id Maximum length: 100.                                                                           |
| `result.data.data[].query.cvid`                            | `string`                                                                                 | No       | —       | The cvid Maximum length: 100.                                                                         |
| `result.data.data[].query.fields`                          | `array`                                                                                  | No       | —       | The fields Maximum items: 1000.                                                                       |
| `result.data.data[].query.page`                            | `integer`                                                                                | Yes      | —       | The page Format: `int32`.                                                                             |
| `result.data.data[].query.criteria`                        | `object`                                                                                 | No       | —       | The criteria                                                                                          |
| `result.data.data[].query.criteria.group_operator`         | `"or" \| "and"`                                                                          | Yes      | —       | The group operator Allowed: `or`, `and`.                                                              |
| `result.data.data[].query.criteria.group`                  | `array`                                                                                  | Yes      | —       | The group Maximum items: 1000.                                                                        |
| `result.data.data[].query.criteria.group[].field`          | `object`                                                                                 | Yes      | —       | The field                                                                                             |
| `result.data.data[].query.criteria.group[].field.api_name` | `string`                                                                                 | Yes      | —       | The api name Maximum length: 255.                                                                     |
| `result.data.data[].query.criteria.group[].field.id`       | `string \| null`                                                                         | Yes      | —       | The id Maximum length: 100.                                                                           |
| `result.data.data[].query.criteria.group[].id`             | `string \| null`                                                                         | Yes      | —       | The id Maximum length: 100.                                                                           |
| `result.data.data[].query.criteria.group[].value`          | `string`                                                                                 | Yes      | —       | The value Maximum length: 500.                                                                        |
| `result.data.data[].query.criteria.group[].type`           | `"value"`                                                                                | Yes      | —       | The type Allowed: `value`.                                                                            |
| `result.data.data[].query.criteria.group[].comparator`     | `"equal" \| "contains" \| "ends_with" \| "not_contains" \| "not_equal" \| "starts_with"` | Yes      | —       | The comparator Allowed: `equal`, `contains`, `ends_with`, `not_contains`, `not_equal`, `starts_with`. |
| `result.data.data[].created_by`                            | `object`                                                                                 | Yes      | —       | The created by                                                                                        |
| `result.data.data[].created_by.name`                       | `string`                                                                                 | Yes      | —       | The name Maximum length: 255.                                                                         |
| `result.data.data[].created_by.id`                         | `string`                                                                                 | Yes      | —       | The id Maximum length: 100.                                                                           |
| `result.data.data[].created_time`                          | `string`                                                                                 | Yes      | —       | The created time Format: `date-time`.                                                                 |
| `result.data.data[].result`                                | `object`                                                                                 | No       | —       | The result                                                                                            |
| `result.data.data[].result.page`                           | `integer`                                                                                | Yes      | —       | The page Format: `int32`.                                                                             |
| `result.data.data[].result.count`                          | `integer`                                                                                | Yes      | —       | The count Format: `int32`.                                                                            |
| `result.data.data[].result.download_url`                   | `string`                                                                                 | Yes      | —       | The download url Maximum length: 2048.                                                                |
| `result.data.data[].result.per_page`                       | `integer`                                                                                | Yes      | —       | The per page Format: `int32`.                                                                         |
| `result.data.data[].result.more_records`                   | `boolean`                                                                                | Yes      | —       | The more records                                                                                      |
| `result.data.data[].result.next_page_token`                | `string`                                                                                 | No       | —       | The next page token Maximum length: 500.                                                              |
| `result.data.data[].file_type`                             | `"csv"`                                                                                  | Yes      | —       | The file type Allowed: `csv`.                                                                         |
| `result.data.data[].Attachment_Source__s`                  | `"custom_link" \| "document" \| "zoho_workdrive" \| "custom_file"`                       | Yes      | —       | The attachment source s Allowed: `custom_link`, `document`, `zoho_workdrive`, `custom_file`.          |
| `result.data.data[].File_Id__s`                            | `string \| null`                                                                         | Yes      | —       | The file id s Maximum length: 100.                                                                    |
| `result.meta`                                              | `object`                                                                                 | No       | —       | Additional response metadata (status, paging).                                                        |

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

  ### Output JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "Standard tool result payload.",
    "properties": {
      "data": {
        "type": "object",
        "description": "The response",
        "properties": {
          "data": {
            "type": "array",
            "description": "The data",
            "maxItems": 1000,
            "items": {
              "type": "object",
              "description": "The data item",
              "properties": {
                "id": {
                  "type": "string",
                  "description": "The id",
                  "maxLength": 100
                },
                "operation": {
                  "type": "string",
                  "description": "The operation",
                  "maxLength": 500
                },
                "state": {
                  "type": "string",
                  "description": "The state",
                  "enum": [
                    "COMPLETED",
                    "ADDED",
                    "QUEUED",
                    "IN PROGRESS"
                  ]
                },
                "query": {
                  "type": "object",
                  "description": "The query",
                  "properties": {
                    "module": {
                      "type": "object",
                      "description": "The module",
                      "properties": {
                        "api_name": {
                          "type": "string",
                          "description": "The api name",
                          "maxLength": 255
                        },
                        "id": {
                          "type": "string",
                          "description": "The id",
                          "maxLength": 100
                        }
                      },
                      "required": [
                        "api_name",
                        "id"
                      ],
                      "additionalProperties": false
                    },
                    "cvid": {
                      "type": "string",
                      "description": "The cvid",
                      "maxLength": 100
                    },
                    "fields": {
                      "type": "array",
                      "description": "The fields",
                      "maxItems": 1000,
                      "items": {
                        "type": "string",
                        "description": "The fields item",
                        "maxLength": 500
                      }
                    },
                    "page": {
                      "type": "integer",
                      "description": "The page",
                      "format": "int32"
                    },
                    "criteria": {
                      "type": "object",
                      "description": "The criteria",
                      "properties": {
                        "group_operator": {
                          "type": "string",
                          "description": "The group operator",
                          "enum": [
                            "or",
                            "and"
                          ]
                        },
                        "group": {
                          "type": "array",
                          "description": "The group",
                          "maxItems": 1000,
                          "items": {
                            "type": "object",
                            "description": "The group item",
                            "properties": {
                              "field": {
                                "type": "object",
                                "description": "The field",
                                "properties": {
                                  "api_name": {
                                    "type": "string",
                                    "description": "The api name",
                                    "maxLength": 255
                                  },
                                  "id": {
                                    "type": [
                                      "string",
                                      "null"
                                    ],
                                    "description": "The id",
                                    "maxLength": 100
                                  }
                                },
                                "required": [
                                  "api_name",
                                  "id"
                                ],
                                "additionalProperties": false
                              },
                              "id": {
                                "type": [
                                  "string",
                                  "null"
                                ],
                                "description": "The id",
                                "maxLength": 100
                              },
                              "value": {
                                "type": "string",
                                "description": "The value",
                                "maxLength": 500
                              },
                              "type": {
                                "type": "string",
                                "description": "The type",
                                "enum": [
                                  "value"
                                ]
                              },
                              "comparator": {
                                "type": "string",
                                "description": "The comparator",
                                "enum": [
                                  "equal",
                                  "contains",
                                  "ends_with",
                                  "not_contains",
                                  "not_equal",
                                  "starts_with"
                                ]
                              }
                            },
                            "required": [
                              "field",
                              "id",
                              "value",
                              "type",
                              "comparator"
                            ],
                            "additionalProperties": false
                          }
                        }
                      },
                      "required": [
                        "group_operator",
                        "group"
                      ],
                      "additionalProperties": false
                    }
                  },
                  "required": [
                    "module",
                    "page"
                  ],
                  "additionalProperties": false
                },
                "created_by": {
                  "type": "object",
                  "description": "The created by",
                  "properties": {
                    "name": {
                      "type": "string",
                      "description": "The name",
                      "maxLength": 255
                    },
                    "id": {
                      "type": "string",
                      "description": "The id",
                      "maxLength": 100
                    }
                  },
                  "required": [
                    "name",
                    "id"
                  ],
                  "additionalProperties": false
                },
                "created_time": {
                  "type": "string",
                  "description": "The created time",
                  "format": "date-time"
                },
                "result": {
                  "type": "object",
                  "description": "The result",
                  "properties": {
                    "page": {
                      "type": "integer",
                      "description": "The page",
                      "format": "int32"
                    },
                    "count": {
                      "type": "integer",
                      "description": "The count",
                      "format": "int32"
                    },
                    "download_url": {
                      "type": "string",
                      "description": "The download url",
                      "maxLength": 2048
                    },
                    "per_page": {
                      "type": "integer",
                      "description": "The per page",
                      "format": "int32"
                    },
                    "more_records": {
                      "type": "boolean",
                      "description": "The more records"
                    },
                    "next_page_token": {
                      "type": "string",
                      "description": "The next page token",
                      "maxLength": 500
                    }
                  },
                  "required": [
                    "page",
                    "count",
                    "download_url",
                    "per_page",
                    "more_records"
                  ],
                  "additionalProperties": false
                },
                "file_type": {
                  "type": "string",
                  "description": "The file type",
                  "enum": [
                    "csv"
                  ]
                },
                "Attachment_Source__s": {
                  "type": "string",
                  "description": "The attachment source s",
                  "enum": [
                    "custom_link",
                    "document",
                    "zoho_workdrive",
                    "custom_file"
                  ]
                },
                "File_Id__s": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "The file id s",
                  "maxLength": 100
                }
              },
              "required": [
                "id",
                "operation",
                "state",
                "query",
                "created_by",
                "created_time",
                "file_type",
                "Attachment_Source__s",
                "File_Id__s"
              ],
              "additionalProperties": false
            }
          }
        },
        "required": [
          "data"
        ],
        "additionalProperties": false
      },
      "meta": {
        "type": "object",
        "description": "Additional response metadata (status, paging).",
        "additionalProperties": true
      }
    },
    "required": [
      "data"
    ],
    "additionalProperties": false
  }
  ```
</details>

## 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

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