Skip to content

Files

Latest commit

 

History

History
23 lines (19 loc) · 5.91 KB

BoundedRequest.md

File metadata and controls

23 lines (19 loc) · 5.91 KB

BoundedRequest

A BoundedRequest is a request that has been logged by the Speakeasy without the contents of the request.

Fields

Field Type Required Description
apiEndpointId String ✔️ The ID of the ApiEndpoint this request was made to.
apiId String ✔️ The ID of the Api this request was made to.
createdAt OffsetDateTime ✔️ Creation timestamp.
customerId String ✔️ The ID of the customer that made this request.
latency long ✔️ The latency of the request.
metadata List<RequestMetadata> Metadata associated with this request
method String ✔️ HTTP verb.
path String ✔️ The path of the request.
requestFinishTime OffsetDateTime ✔️ The time the request finished.
requestId String ✔️ The ID of this request.
requestStartTime OffsetDateTime ✔️ The time the request was made.
status long ✔️ The status code of the request.
versionId String ✔️ The version ID of the Api this request was made to.
workspaceId String ✔️ The workspace ID this request was made to.