get https://{hostname}/edge-diagnostics/v1/grep/requests/
Returns the status of the asynchronous Launch a GREP request request. For operations in progress, the returned object consists of only three members, retryAfter
, requestId
, and link
. In this case, wait for the duration of the retryAfter
interval, then either rerun this operation, or simply GET the link
. Operations with the SUCCESS
status include also the grep
logs.
Check a GREP request status
Open Recipe