Skip to main content

GenerateSyntheticLogsResponseSchema

logs_already_synthesizedboolean

Whether synthetic generation was skipped because logs for this configuration already exist.

Default: null
messagestring

Human-readable summary of the generation request outcome.

Default: null
statusstring

Indicates the result of the operation. Typically "success".

Default: success
synth_job_idinteger

ID of the synthetic data generation job. Poll status endpoints using this ID.

Default: null
GenerateSyntheticLogsResponseSchema
{
"logs_already_synthesized": null,
"message": null,
"status": "success",
"synth_job_id": null
}