Retrieve a bot
Fetches a Bot definition, including its creation time and published schemas. For an unpublished Bot owned by the current company, published_at, input_schema, and output_schema are null; attempting to run it returns error code 10020. If you only need a list of runnable Bots, use GET /v3/bots.
Authorizations
Send your API key in the Authorization header as Bearer <API_KEY>.
Path Parameters
Public bot identifier.
Response
Bot returned.
Public bot identifier.
Public bot type. agent represents SkillFlow, not the legacy Agent app type.
workflow, agent Bot name
Bot creation time.
Time when the bot definition was published; null when unpublished.
JSON Schema for the published input definition; null when unpublished.
JSON Schema describing the run result. null when a Bot has no authoritative output schema.
Bot description

