Bot Orchestration

Get Bot Run By Id

Get a specific bot run by ID.

Args: bot_run_id: ID of the bot run db_manager: Database manager dependency

Returns: Bot run details

Raises: HTTPException: 404 if bot run not found

get/bot-orchestration/bot-runs/{bot_run_id}

Path parameters

bot_run_idinteger required

Response

Successful Response

{"stackTrail":"paths:/bot-orchestration/bot-runs/{bot_run_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 4 of the 13 revisions of this API.23

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • endpoint added

      endpoint-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog