API Reference
Resume Run
Resume awaiting run.
POST
This is an Alpha version still in active development; its structure, interfaces, and functionality are changing frequently as the design evolves. Join the GitHub discussions to help shape it.
Body
application/json
Identifier of a run
Mode of the request
Available options:
sync
, async
, stream
Response
200
application/json
Run resumed
Name of the agent
Example:
"chat"
Identifier of a session
Identifier of a run
Status of the run
Available options:
created
, in-progress
, awaiting
, cancelling
, cancelled
, completed
, failed
Description of the awaited payload to resume the run, only available when status is awaiting
Output of the run, only available once run has completed