GenerateSyntheticLogsResponseSchema
logs_already_synthesizedboolean
Whether synthetic generation was skipped because logs for this configuration already exist.
messagestring
Human-readable summary of the generation request outcome.
statusstring
Indicates the result of the operation. Typically "success".
synth_job_idinteger
ID of the synthetic data generation job. Poll status endpoints using this ID.
GenerateSyntheticLogsResponseSchema
{
"logs_already_synthesized": null,
"message": null,
"status": "success",
"synth_job_id": null
}
Was this page helpful?