# V3ThreathuntingGetHostObservationsWithCertificateRequest


## Fields

| Field                                                                                                                                                                                              | Type                                                                                                                                                                                               | Required                                                                                                                                                                                           | Description                                                                                                                                                                                        | Example                                                                                                                                                                                            |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `OrganizationID`                                                                                                                                                                                   | **string*                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                 | The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-set-your-organization-id) for more information. |                                                                                                                                                                                                    |
| `CertificateID`                                                                                                                                                                                    | *string*                                                                                                                                                                                           | :heavy_check_mark:                                                                                                                                                                                 | SHA-256 hash of the certificate                                                                                                                                                                    | 55af8a301eb51abdaf7c31bec951638fe5a99d5d92117eca2be493026613fa46                                                                                                                                   |
| `StartTime`                                                                                                                                                                                        | **string*                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                 | Only show ranges ending at or after this time (ISO 8601)                                                                                                                                           | 2023-01-01T00:00:00Z                                                                                                                                                                               |
| `EndTime`                                                                                                                                                                                          | **string*                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                 | Only show ranges starting at or before this time (ISO 8601)                                                                                                                                        | 2023-12-31T23:59:59Z                                                                                                                                                                               |
| `Port`                                                                                                                                                                                             | **int*                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                 | The port to filter by                                                                                                                                                                              | 443                                                                                                                                                                                                |
| `Protocol`                                                                                                                                                                                         | **string*                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                 | The transport protocol to filter by                                                                                                                                                                | TCP                                                                                                                                                                                                |
| `PageToken`                                                                                                                                                                                        | **string*                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                 | Pagination token from previous response to retrieve next page of results                                                                                                                           |                                                                                                                                                                                                    |
| `PageSize`                                                                                                                                                                                         | **int*                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                 | Number of results per page. Maximum 100, defaults to 100 if not specified                                                                                                                          | 50                                                                                                                                                                                                 |