A BoundedRequest is a request that has been logged by the Speakeasy without the contents of the request.
| Field | Type | Required | Description |
|---|---|---|---|
api_endpoint_id |
::String | ✔️ | The ID of the ApiEndpoint this request was made to. |
api_id |
::String | ✔️ | The ID of the Api this request was made to. |
created_at |
Date | ✔️ | Creation timestamp. |
customer_id |
::String | ✔️ | The ID of the customer that made this request. |
latency |
::Integer | ✔️ | The latency of the request. |
method |
::String | ✔️ | HTTP verb. |
path |
::String | ✔️ | The path of the request. |
request_finish_time |
Date | ✔️ | The time the request finished. |
request_id |
::String | ✔️ | The ID of this request. |
request_start_time |
Date | ✔️ | The time the request was made. |
status |
::Integer | ✔️ | The status code of the request. |
version_id |
::String | ✔️ | The version ID of the Api this request was made to. |
workspace_id |
::String | ✔️ | The workspace ID this request was made to. |
metadata |
T::Array<::OpenApiSDK::Shared::RequestMetadata> | ➖ | Metadata associated with this request |