Retrieves the processing status of discovered URLs by their unique IDs. Use this endpoint to monitor the progress of URL crawling within a parent website crawl.
Behavior: Only returns records for existing unique IDs; non-existing IDs are omitted from the response.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Parent website crawl unique ID
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Array of discovered URL unique IDs to query status for
Array of discovered URL unique IDs to query status for
[
"fb45bb1e-bc81-45a8-85be-36b2aa4f289e",
"c2847dcd-636c-4e7a-9217-593ccf2a7bb1"
]Status for requested discovered URLs (omits non-existing uniqueIds)
The response is of type object.