EndpointsReporters
List reporter runs
GET
/v2/reporters/runsReturns 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.
Range
1 <= value <= 100Default
20cursor?|
Continuation token from the previous response's X-Next-Cursor header.