# Download page links GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/links/{linkDirection}/download Download page links with specified direction (from/to this page) Endpoint: GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/links/{linkDirection}/download Security: API_Key ## Path parameters: - `auditId` (integer, required) Unique identification number for web audit Example: 107239 - `runId` (integer, required) Unique identification number for web audit or journey run Example: 33010 - `pageId` (string, required) Unique identification number for web audit run-page, it is different from dcUUID Example: "f9d32cc7cc2046d6decb145a80289287f5226323" - `linkDirection` (string, required) Enum: "to_this_page", "from_this_page" ## Query parameters: - `options` (array) Applicable to links from this page Enum: "to_internal_pages", "to_external_pages", "to_urls_not_audited" - `thisUrlType` (string) Applicable to links to this page. - missing - links pointing to either initial or final url - - links pointing to initial url, - - links pointing to final url, if there was no redirect, final url will be the the same as initial Enum: "initial", "final" ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)