Log
The log object represents an API request along with its associated metadata object sent to the Oneflow API within the past two weeks.
Log attributes
The table below contains the complete list of attributes available for a log.
Attribute | Type | Description |
---|---|---|
api_version | integer | The Oneflow API version that the request is sent. |
integration_key | string | Unique integration key that is used for the integrations (hubspot , superoffice ). The integration key is assigned based on the API token. For generic API tokens, it is custom . |
request_body | object | The request body of the API request is sent to Oneflow API. |
request_duration | integer | The duration of the API request sent to Oneflow API. |
request_endpoint | string | The endpoint of the API request is sent to the Oneflow API. Only contain the endpoint and not the query parameters. |
request_headers | object | Request headers of the API request sent to Oneflow API. |
request_id | string | The request ID assigned to the API request within Oneflow. |
request_method | string | The request method of the API request is sent to the Oneflow API. |
request_path | string | The full request URL of the API request is sent to Oneflow API. |
request_time | string | The date and time of the API request sent to Oneflow API. |
response_body | object | The response body of the API request is sent to Oneflow API. For GET requests, the response body field is returned as null . |
response_code | integer | The response code of the API request is sent to Oneflow API. |
Updated about 1 year ago