List data points
documentedRetrieve data points for a metric.
GET /metrics/{metric_id}/data_pointsMetricsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.workboard.com/v1/metrics/{{$metric_id}}/data_points?query={{$query}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
# Sources: WorkBoard API docs (turn3search4); WorkBoard REST API v1 changelog (turn2view0)