EndpointsReporters

List reporter runs

GET/v2/reporters/runs

Returns newest visible reporter runs. A continuation cursor is returned in the X-Next-Cursor response header when another page exists.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Query Parameters

reporter_version_id?|

Return only runs of this reporter version.

status?|

Return only runs with this status.

limit?Limit

Maximum runs returned.

Range1 <= value <= 100
Default20
cursor?|

Continuation token from the previous response's X-Next-Cursor header.