Search + K

Command Palette

Search for a command to run...

Sign In

Get raw response

Deprecated
GET /accounts/{account_id}/urlscanner/response/{response_id}
Copy endpoint
https://api.cloudflare.com/client/v4

Returns the plain response of the network request.

Parameters

path Path Parameters

Name Type
response_id required

Response hash.

string
account_id required

Account ID.

string

Responses

200 text/plain

When har.log.entries[].response._cf.contentAvailable is true, use response._cf.hash value to fetch the raw response.

string

Client Errors

400 application/json

Invalid params.

{ errors: { message: string; }[];messages: { message: string; }[];success: boolean; }
404 application/json

Scan not found.

{ errors: { message: string; }[];messages: { message: string; }[];success: boolean; }