GET /discovery/
This endpoint returns the current status and details of a URL discovery job.Path Parameters
string
required
The ID of the discovery job.
Response
string
The unique identifier for the discovery job.
string
The target URL for the discovery.
string
The discovery method used:
full, sitemap, or crawl.string
The current status:
pending, processing, completed, or failed.number
The number of URLs discovered so far.
string
ISO 8601 timestamp of when the job was created.
string
ISO 8601 timestamp of when the job completed (if applicable).