Skip to main content
GET
/
v2
/
reporting
/
metrics
/
{id}
GET /v2/reporting/metrics/:id
curl --request GET \
  --url https://production.hifibridge.com/v2/reporting/metrics/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "id": "1154d700-bd7d-41d5-8676-87b541baa86e",
    "profileId": "e4c758d7-5475-4505-ba15-e129db0a441f",
    "template": "TRANSFERS",
    "name": "Monthly Transfer Analysis",
    "params": {
      "createdAfter": "2025-01-01",
      "createdBefore": "2025-12-01",
      "calculationInterval": "month"
    },
    "createdAt": "2025-12-08T22:28:03.922Z",
    "updatedAt": "2025-12-08T22:28:03.922Z"
  },
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

id parameter

Response

Success

Single metric response

status
enum<string>
Available options:
success
data
object

A saved metric definition

metadata
object