Skip to main content
GET
/
api
/
ingest
/
{job_id}
/
pattern-preview
Get Pattern Preview For Job
curl --request GET \
  --url https://api.example.com/api/ingest/{job_id}/pattern-preview
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

job_id
string
required

Response

Successful Response