Skip to main content

GenerateSyntheticLogsRequestSchema

from_dateinteger

Start of the date range for selecting source logs. Unix timestamp.

Default: null
modelsstring[]

Filter source logs to only those associated with these model names.

tagsstring[]

Filter source logs to only those with these tags.

to_dateinteger

End of the date range for selecting source logs. Unix timestamp.

Default: null
GenerateSyntheticLogsRequestSchema
{
"from_date": null,
"models": [
"string"
],
"tags": [
"string"
],
"to_date": null
}