v1
latestOpenAPI 3.0.02026-07-24115101.2 MBLog
Get logs
Use this endpoint to retrieve HTTP request logs occured in the Oneflow account.
get/logs
Query parameters
offsetinteger
limitinteger
filter[created_time]string
Example:2023-01-02T03:04:05+02:00|2023-05-06T07:08:09-05:00
Filter request logs are made within the specified datetime range. Here, specify created_time as starting time | ending time.
filter[request_method]string
Example:GET,POST
Filter request logs by a comma-separated list of request methods. (GET, POST, PUT, DELETE).
filter[response_code]string
Filter request logs by a comma-separated list of response codes.
filter[integration_key]string
Example:superofice,hubspot
Filter request logs that are in specified comma-separated list of integrations. (only applicable for custom integrations)
filter[request_id]string
The request ID of a request.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
Response
Returns the list of request logs.