Get queue metrics

get/strategies/{strategyId}/queues/metrics

Returns today's queue metrics for a given strategy.

Request Samples

1

Response Samples

1[
2 {}
3]

Path Parameters

NameTypeRequiredDescription
strategyId
string
true

Specifies the identifier for the given strategy.

<= 36 characters

Query Parameters

NameTypeRequiredDescription
today
string
true

Specifies the current date, in UTC, at midnight of the local user's time zone offset (for example, August 28th 2016 @ 9:00 PM EST -> 2016-08-29T01:00:00Z)

<= 100 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No queue metrics exist at the requested path.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema