Sign In

actors.metrics.get


Description

Returns the metrics for a given actor.


Code Examples

curl -X GET 'https://api.rivet.gg/actors/{actor}/metrics/history'

Schema

Request Parameters

  • actor
    string path parameter
  • project
    nullable string query parameter
  • environment
    nullable string query parameter
  • start
    integer query parameter
  • end
    integer query parameter
  • interval
    integer query parameter

Response

  • actor_ids
    array of strings
  • metric_names
    array of strings
  • metric_attributes
    array of maps
  • metric_types
    array of strings
  • metric_values
    array of array of numberss
Suggest changes to this page