Retrieve site links found in the most recent scan

This operation returns an object containing a list of links found during the current scan (if any) on the given site. If there is no current scan for the site, links for the last completed scan (if any) will be returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Site ID.

Query Params
string

Retrieves links with URLs matching all or part of the string given. Case-insensitive.

string

Retrieves links matching the HTTP response code given. EXAMPLE: Giving '404' gets all links that returned a 404 (Not found) during the scan instance.

string

Retrieves links matching one or more of the following statuses: 'reply', or 'error'. You can combine these in this query by separating with commas. EXAMPLE: query_status=reply,error (fetches links that have statuses of 'reply' or 'error').

string
enum
Defaults to 1

Retrieves links that have a status of 'error'. The only value allowed for this parameter is 1.

Allowed:
string
enum
Defaults to offsite

Retrieves links with a state of 'offsite'. Currently this is the only state allowed. PREREQUISITE: Scans must be configured to scan offsite links for this to return anything.

Allowed:
string

Combines the 'state' and 'status' queries to retrieve links matching one or more of the following criteria: 'tested' (shown in results as a STATUS of 'reply'), 'error' (shown in results as a STATUS of 'error'), or 'offdomain' (shown in results as a STATE of 'offsite'). You can combine these in this query by separating with commas.

int32

Limit results to n number of links per page.

int32

Begin showing results from link number n.

string
enum
Defaults to query_url_asc

Sort results.

string
enum
Defaults to json

The response representation format for results.

Allowed:
Responses

400

BadRequestResponse indicates a request with invalid parameters.

401

UnauthorizedResponse signals an unauthorized API access.

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized.

500

GenericError generic error.

501

Not implemented.

Language
LoadingLoading…
Response
Choose an example:
application/json