Skip to main content
GET
Get a specific AI search result

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required
result_id
string<uuid>
required

Response

Successful Response

success
boolean
default:true
data
AiSearchResultResponse · object | null

Full AI search result record returned from the API.

Attributes: id: Primary key UUID. project_id: Project this result belongs to. feature_type: Which AI search feature produced this result. status: Lifecycle state — pending, processing, completed, failed. input_params: Parameters that were supplied when the job was triggered. result_data: The DataForSEO response payload (null while pending/processing). error_message: Populated when status is failed. completed_at: Timestamp when the worker finished (or errored). created_by: UUID of the user who triggered the job. created_at: Row creation timestamp. updated_at: Last modification timestamp.