Skip to main content
POST
/
api
/
v1
/
events
/
publish
Error
A valid request URL is required to generate request examples
{
  "created_at": "<string>",
  "sequence_ids": [
    123
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string | null

Project ID (optional if execution_id is provided)

Body

application/json

Request to publish events

events
object[]
required

List of events to publish

topic
string
required

Topic to publish to

durable
boolean | null

Whether events are durable (deprecated)

execution_id
string | null

Source execution ID

root_execution_id
string | null

Root execution ID

Response

Events published successfully

Response after publishing events

created_at
string
required

Publication timestamp (RFC3339)

sequence_ids
integer<int64>[]
required

Sequence IDs assigned to events