Analytics are always related to a project. This means that all endpoints have the same root:
https:://app.inspector.dev/api/apps/:id
Get Hosts
POSThttps://app.inspector.dev/api/apps/:id/hosts
The list of hosts (servers) where the application runs on.
Path Parameters
Name
Type
Description
id
string
Project's ID
Headers
Name
Type
Description
Authentication
string
API key
Request Body
Name
Type
Description
filter
object
This object should contains "start" and "end" dates (ISO8601) to define the period you would analyze.
You can also provide the types field as an array of transaction types.
This object should contains "start" and "end" dates (ISO 8601) to define the period you would analyze.
You can attach the "hosts" field as an array of hostnames to filter your performance report by servers.
You can include the "query_string" parameter to filter by transactions name.
Furthermore you can include the group_hash field to get insights for a specific process.