# List All Ingest Jobs Returns a list of all ingest jobs created by the tenant. Endpoint: GET /data-tap/v0/ingests Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `content` (array) - `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 ## Response 400 fields (application/json): - `status` (integer) - `error` (string) - `message` (string) ## Response 401 fields (application/json): - `status` (integer) - `error` (string) - `message` (string) ## Response 500 fields (application/json): - `status` (integer) - `error` (string) - `message` (string)