Trigger Ingest

Triggers an ingest job for the given data source. The ingest job will be processed asynchronously.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
sourceobjectRequired
propertiesmap from strings to stringsRequired
labelsset of stringsRequired
datasetNamestringOptional
datasetDescriptionstringOptional
timestampMetadataobjectOptional
channelConfigobjectOptional

If absent, will default to a channel config that constructs a prefix tree with . as the delimiter.

workspacestringOptional

The workspace in which to create the dataset. If not provided, the dataset will be created in the default workspace for the user’s organization, if the default workspace for the organization is configured.

Response

This endpoint returns an object.
datasetRidstring
datasetFileIdUUIDOptional
asyncHandleobjectOptional