Skip to main content

CvdsSearchResponse

Immediate response to a triggered search.

idstringrequired

The run id — an opaque string (cvds_…). Poll it or correlate the webhook callback.

Example: cvds_8mK2pQ7rT1aB9xY3wZ0vNn
statusstringrequired

Always pending on the immediate trigger response.

Possible values: [pending]

CvdsSearchResponse
{
"id": "cvds_8mK2pQ7rT1aB9xY3wZ0vNn",
"status": "pending"
}