Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 2.08 KB

File metadata and controls

14 lines (10 loc) · 2.08 KB

UnboundedRequest

An UnboundedRequest represents the HAR content capture by Speakeasy when logging a request.

Fields

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.