List Metrics

List Metrics configured for the specified Project. Metrics are returned in reverse chronological order.

get/projects/{projectId}/metrics

Path parameters

projectIdstring required
Example:314

The ID of the Project to list Metrics for.

Query parameters

limitinteger
Example:20

Maximum number of items to return (1-100). Use with cursor for pagination through large sets.

cursorstring
Example:123

Cursor for pagination. Pass the nextCursor from the previous response to get the next page of results.

Response

Successfully retrieved Metrics.

nextCursorstring nullable required
hasMoreboolean required
totalinteger

Changes

Changed in 2 of the 37 revisions of this API.34

  • 121aaa25780233See the full diff
    • the response property data/items/anyOf[subschema #1: AI int metric]/temperature became optional for the status 200

      response-property-became-optional

    • the response property data/items/anyOf[subschema #4: AI float metric]/temperature became optional for the status 200

      response-property-became-optional

    • the response property data/items/anyOf[subschema #7: AI boolean metric]/temperature became optional for the status 200

      response-property-became-optional

    • the temperature response's property default value 0 was removed for the status 200

      response-property-default-value-removed

    • the temperature response's property default value 0 was removed for the status 200

      response-property-default-value-removed

    • the temperature response's property default value 0 was removed for the status 200

      response-property-default-value-removed

    • endpoint added

      endpoint-added