EndpointsReporters

List reporters

GET/v2/reporters

Lists reporters ordered by name. Optional filters can be combined, and a continuation cursor is returned in the X-Next-Cursor header when another page exists.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Query Parameters

q?|

Substring match on name, title, description, or version purpose.

type?array<string>|

Keep reporters producing at least one part of this type.

mode?Mode

Reporter hosting mode to return.

Match^(all|hosted|external)$
Default"all"
author?|

Owner user id (exact).

limit?Limit

Maximum reporters returned.

Range1 <= value <= 500
Default200
cursor?|

Continuation cursor returned in the previous response header.