cURL
curl --request GET \ --url https://production.api.onvy.health/users/{user_id}/baselines/{baseline_id} \ --header 'X-API-Key: <api-key>'
{ "user_id": "<string>", "project_id": "<string>", "name": "<string>", "data": { "mean": 123, "median": 123, "size": 123, "std": 123 }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Get a specific baseline for a user
API key for authentication
User ID (e.g., google_104940819145861640201)
Baseline ID
Successful response
User ID
Project ID
Baseline metric name
Show child attributes
Was this page helpful?