Links

Transactions

Access transactions metrics.
Transactions metrics are always related to a project. This means that all endpoints have the same root so it could be helpful to wrap your api call under the same base URI:
https://app.inspector.dev/api/projects/:id
post
http://app.inspector.dev/api/projects/:id
/transactions
Transactions List
post
http://app.inspector.dev/api/projects/:id
/transactions/:group_hash/occurrences
Transaction occurrences
post
http://app.inspector.dev/api/projects/:id
/transactions/:group_hash/time-distribution
Performance Distribution
You can get the group_hash value of a specific transaction in the address bar of your browser navigating the detail page of the transaction of your interest.