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_atstring
episode_uuidstring

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 any
graph_idstring
item_idstring
kindenum
sequence_indexinteger
source_uuidstring
statusenum
thread_idstring
updated_atstring
user_idstring

Errors

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