# V3GlobaldataAssetHostTimelineRequest


## 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. |                                                                                                                                                                                                    |
| `HostID`                                                                                                                                                                                           | *string*                                                                                                                                                                                           | :heavy_check_mark:                                                                                                                                                                                 | The IP address of a host.                                                                                                                                                                          | 8.8.8.8                                                                                                                                                                                            |
| `StartTime`                                                                                                                                                                                        | [time.Time](https://pkg.go.dev/time#Time)                                                                                                                                                          | :heavy_check_mark:                                                                                                                                                                                 | Start time of the host timeline. Must be a valid RFC3339 string. Ensure that you suffix the date with T00:00:00Z or a specific time.                                                               | 2025-01-01T00:00:00Z                                                                                                                                                                               |
| `EndTime`                                                                                                                                                                                          | [time.Time](https://pkg.go.dev/time#Time)                                                                                                                                                          | :heavy_check_mark:                                                                                                                                                                                 | End time of the host timeline. Must be a valid RFC3339 string. Ensure that you suffix the date with T00:00:00Z or a specific time.                                                                 | 2025-01-02T00:00:00Z                                                                                                                                                                               |