# Get event time history Get time history data for the given noise event. Requires an API key with the data.events:read scope. Endpoint: GET /data/events/timehistory/{id} Version: 1.0.1 Security: apikey ## Path parameters: - `id` (string, required) ID of the time history for this event ## Response 200 fields (application/json): - `instrument` (string) - `type` (string) - `blocks` (array) - `blocks.start` (string) - `blocks.end` (string) - `blocks.sampleDuration` (number) - `blocks.values` (array) ## Response 401 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 403 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 404 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 429 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error