# Refresh data Creates a new job to refresh data. Endpoint: POST /data-tap/v0/ingests Version: 1.0.0 Security: bearerAuth ## Response 201 fields (application/json): - `content` (object) - `content.id` (string) Unique identifier for the ingest job - `content.status` (string) Current status of the ingest job Enum: "RUNNING", "FAILED" ## 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)