# Get Ingest Job Status Retrieves the current status of a specific ingest job. Endpoint: GET /data-tap/v0/ingests/{id} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `id` (string, required) Ingest job ID ## Response 200 fields (application/json): - `content` (object) - `content.id` (string) Unique identifier for the ingest job - `content.created_by` (string) User ID who created the ingest job - `content.created_at` (string) Timestamp when the ingest job was created - `content.status` (string) Current status of the ingest job Enum: "RUNNING", "PENDING", "FAILED", "BLOCKED", "QUEUED", "WAITING", "SUCCESS" ## Response 400 fields (application/json): - `status` (integer) - `error` (string) - `message` (string) ## Response 401 fields (application/json): - `status` (integer) - `error` (string) - `message` (string) ## Response 404 fields (application/json): - `status` (integer) - `error` (string) - `message` (string) ## Response 500 fields (application/json): - `status` (integer) - `error` (string) - `message` (string)