An UnboundedRequest represents the HAR content capture by Speakeasy when logging a request.
| Field | Type | Required | Description |
|---|---|---|---|
created_at |
Date | ✔️ | Creation timestamp. |
har |
::String | ✔️ | The HAR content of the request. |
har_size_bytes |
::Integer | ✔️ | The size of the HAR content in bytes. |
request_id |
::String | ✔️ | The ID of this request. |
workspace_id |
::String | ✔️ | The workspace ID this request was made to. |