Send task event

Send an event to a running task.

post/api/v1/task/{task_id}/event

Path parameters

task_idstring required

Cookies

apikeystring

Request body

namestring required

The name of the event.

payloadobject required

The payload of the event.

idstring nullable

The ID of the event.

timestampinteger nullable

The timestamp of the event.

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.