Skip to main content
GET
Get Website Analysis Request

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

The unique identifier of the Website Analysis to retrieve the details of.

Examples:

"412a49b5-7466-426b-bf1e-081b00b54576"

"9d5a286e-a6d6-4d6c-a38e-8b7ea50accd5"

Response

Successful Response

id
string<uuid>
required

The ID of the Website Analysis request

state
enum<string>
required

The status of the Website Analysis request

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED
created_at
string<date-time>
required

The date and time when the Website Analysis was created.

Example:

"2026-08-31T10:31:07.779884"

updated_at
string<date-time> | null
required

The most recent date and time when the Website Analysis was updated.

Example:

"2026-08-31T10:31:07.779896"

url
string<uri>
required

The website URL that was analyzed as part of the Search.

Minimum string length: 1
Example:

"http://www.ray.com/"

business_id
string<uuid> | null

If the website analysis was performed on a business's website, this will be the ID of the business.

Example:

"58ee7b3f-f960-4080-87e0-c969557e3732"

reference_id
string | null

An optional reference ID associated with this request, inherited from the parent search.

Example:

"Search1234"

website_analysis
WebsiteAnalysisDetails (v1) · object | null

The details of the website analysis.

Example: