Add Batch Items

Add graph episodes and thread messages to a draft batch. Items are appended in request order.

Path parameters

batchIdstringRequired
The batch ID.

Request

Batch items to add
itemslist of objectsRequired

Response

Added batch items
created_atstringOptional
episode_uuidstringOptional

EpisodeUUID is the UUID of the episode that will be (or has been) created for this batch item. Populated for every item kind and always equal to SourceUUID — the underlying source row’s UUID is reused as the episode UUID during processing.

errormap from strings to anyOptional
graph_idstringOptional
graph_uuidstringOptional
item_idstringOptional
kindenumOptional
sequence_indexintegerOptional
source_uuidstringOptional
statusenumOptional
thread_idstringOptional
updated_atstringOptional
user_idstringOptional
user_uuidstringOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error