Skip to main content
POST
Look up a monitor statistics log

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
monitor_log_id
string<uuid>
required

Unique identifier of the monitor log entry to look up.

Response

Successful response containing detailed information for a single monitor log entry, including the full request and response payloads. The envelope is { metadata: { monitor_log_id }, data: {...} }.

metadata
object
data
object