Ingest
Get ingest job status
Returns the authenticated user-owned ingest job status so CLI and dashboard clients can distinguish queued work from visible trace rows.
Source: apps/web/src/app/api/ingest/jobs/[jobId]/route.ts
GET
Get ingest job status
Authorizations
Opaque machine token issued by the CLI login or onboarding flow.
Path Parameters
Ingest job id owned by the authenticated user. UUID string.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$