Access chart

Returns per-minute request counts bucketed by status class for chart rendering.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params

Relative look-back window. Ignored when from/to are supplied.

date-time

Inclusive window start, ISO-8601. Use together with to for an explicit
range instead of time_range.

date-time

Exclusive window end, ISO-8601. Defaults to now when only from is given.

filter[status_code][in]
array of int32s

Include rows where status_code (HTTP response status code) is one of the given values. Repeat the parameter to pass multiple values.

filter[status_code][in]
filter[status_code][nin]
array of int32s

Exclude rows where status_code (HTTP response status code) is none of the given values. Repeat the parameter to pass multiple values.

filter[status_code][nin]
filter[status_code][between]
array of int32s
length between 2 and 2

Include rows where status_code (HTTP response status code) falls within an inclusive numeric range (SQL BETWEEN lo AND hi). Pass the parameter exactly twice: first the lower bound, then the upper bound.

filter[status_code][between]
filter[network][in]
array of strings

Include rows where network (blockchain network (chain-qualified)) is one of the given values. Repeat the parameter to pass multiple values.

filter[network][in]
filter[network][nin]
array of strings

Exclude rows where network (blockchain network (chain-qualified)) is none of the given values. Repeat the parameter to pass multiple values.

filter[network][nin]
filter[gateway_id][in]
array of strings

Include rows where gateway_id (gateway identifier) is one of the given values. Repeat the parameter to pass multiple values.

filter[gateway_id][in]
filter[gateway_id][nin]
array of strings

Exclude rows where gateway_id (gateway identifier) is none of the given values. Repeat the parameter to pass multiple values.

filter[gateway_id][nin]
string
length ≤ 128

Include rows where gateway_id (gateway identifier) contains this substring (SQL LIKE '%value%').

filter[interface_id][in]
array of strings

Include rows where interface_id (interface identifier) is one of the given values. Repeat the parameter to pass multiple values.

filter[interface_id][in]
filter[interface_id][nin]
array of strings

Exclude rows where interface_id (interface identifier) is none of the given values. Repeat the parameter to pass multiple values.

filter[interface_id][nin]
string
length ≤ 128

Include rows where interface_id (interface identifier) contains this substring (SQL LIKE '%value%').

filter[method][in]
array of strings

Include rows where method (HTTP / RPC method) is one of the given values. Repeat the parameter to pass multiple values.

filter[method][in]
filter[method][nin]
array of strings

Exclude rows where method (HTTP / RPC method) is none of the given values. Repeat the parameter to pass multiple values.

filter[method][nin]
string
length ≤ 128

Include rows where method (HTTP / RPC method) contains this substring (SQL LIKE '%value%').

filter[source][in]
array of strings

Include rows where source (traffic source / attribution channel) is one of the given values. Repeat the parameter to pass multiple values.

filter[source][in]
filter[source][nin]
array of strings

Exclude rows where source (traffic source / attribution channel) is none of the given values. Repeat the parameter to pass multiple values.

filter[source][nin]
filter[region][in]
array of strings

Include rows where region (serving region) is one of the given values. Repeat the parameter to pass multiple values.

filter[region][in]
filter[region][nin]
array of strings

Exclude rows where region (serving region) is none of the given values. Repeat the parameter to pass multiple values.

filter[region][nin]
filter[req_id][in]
array of strings

Include rows where req_id (request id (exact lookup)) is one of the given values. Repeat the parameter to pass multiple values.

filter[req_id][in]
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json