API referenceMissions
Continue a mission
Adds a follow-up to a waiting mission. Use the latest continuation token emitted by the stream.
Authorization
bearerAuth AuthorizationBearer <token>
Use an API key beginning with bh_live_.
In: header
Path Parameters
sessionId*string
Durable mission identifier returned when the mission starts.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/eve/v1/session/string" \ -H "Content-Type: application/json" \ -d '{ "continuationToken": "string", "message": "string" }'{ "sessionId": "string", "continuationToken": "string"}