curl --request GET \
--url https://api.example.com/api/ingest/{job_id}/pattern-preview{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Get pattern impact preview for a completed ingestion job.
Resolves the source_id from the events table, then computes a before/after diff by excluding that source from the baseline.
curl --request GET \
--url https://api.example.com/api/ingest/{job_id}/pattern-preview{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Successful Response