Retrieves a paginated list of issues based on specified search criteria.

Requires an authenticated session. Results are always scoped to the calling user's affiliate
(the affiliate id is taken from the request context, never from the query) so an affiliate can
only ever see its own issues. Issues are returned newest-first (by last-detected date).

status accepts: Open, Acknowledged, Resolved, Muted.
severity accepts: Info, Warning, Error, Critical.
issueType is the internal lifecycle key (e.g. link_404); use the metadata
endpoint to discover valid values.
Paginate with offset (0-based number of items to skip) and limit (page size).

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

Optional start date to filter issues from.

date-time

Optional end date to filter issues to.

string
enum

Optional filter for the status of the issues (Open, Acknowledged, Resolved, Muted).

Allowed:
string
enum

Optional filter for the severity of the issues (Info, Warning, Error, Critical).

Allowed:
string

Optional filter for the type of issues.

int32
Defaults to 0

The number of items to skip before starting to collect the result set. Defaults to 0.

int32
Defaults to 25

The maximum number of items to return. Defaults to 25.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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