EndpointsReporters
List runs for a reporter
GET
/v2/reporters/{reporter_id}/runsLists visible runs for a reporter, newest first. 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
Path Parameters
reporter_id*Reporter Id
Reporter whose runs will be listed.
Match
^rptr_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Query Parameters
status?|
Return only runs with this status.
limit?Limit
Maximum runs returned.
Range
1 <= value <= 100Default
100cursor?|
Continuation token from the previous response's X-Next-Cursor header.