v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0189112274.5 KB
Messages

Batch Create Messages

post/messages/batch

Request body

task_idstring required
created_atstring date-time nullable

Optional base timestamp. Each message in the batch is stamped with base + i milliseconds to guarantee unique, monotonic ordering. If omitted, the server stamps datetime.now(UTC) at insert time.

Response

Successful Response

idstring nullable

The task message's unique id

task_idstring required

ID of the task this message belongs to

streaming_status'IN_PROGRESS' | 'DONE' nullable
created_atstring date-time nullable

The timestamp when the message was created

updated_atstring date-time nullable

The timestamp when the message was last updated