Ingest API

Refresh data

Creates a new job to refresh data.

SecuritybearerAuth
Responses
201

Refresh job created successfully

400

Bad request

401

Unauthorized

500

Internal server error

post/data-tap/v0/ingests
Request samples
Response samples
application/json
{
  • "content": {
    }
}

List All Ingest Jobs

Returns a list of all ingest jobs created by the tenant.

SecuritybearerAuth
Responses
200

List of ingest jobs

400

Bad request

401

Unauthorized

500

Internal server error

get/data-tap/v0/ingests
Request samples
Response samples
application/json
{
  • "content": [
    ]
}

Get Ingest Job Status

Retrieves the current status of a specific ingest job.

SecuritybearerAuth
Request
path Parameters
id
required
string <uuid>

Ingest job ID

Responses
200

Ingest job status

400

Bad request

401

Unauthorized

404

Ingest job not found

500

Internal server error

get/data-tap/v0/ingests/{id}
Request samples
Response samples
application/json
{
  • "content": {
    }
}