Creates a new job to refresh data.
Refresh job created successfully
Bad request
Unauthorized
Internal server error
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "RUNNING"
}
}Returns a list of all ingest jobs created by the tenant.
List of ingest jobs
Bad request
Unauthorized
Internal server error
{- "content": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}Retrieves the current status of a specific ingest job.
Ingest job status
Bad request
Unauthorized
Ingest job not found
Internal server error
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "created_at": "2019-08-24T14:15:22Z",
- "status": "RUNNING"
}
}