Endpoint Examples
Get a single Expert
This endpoint retrieves detailed information about a specific expert on the B-Bot platform based on the expert’s unique identifier.
GET
The id
parameter in the endpoint URL must match the unique identifier of the
expert you want to retrieve.
The response provides a comprehensive overview of the expert, including their skills, associated language models, and other relevant details.
The timestamps are in ISO 8601 format.
The locale
attribute denotes the language setting for both the expert and
their abilities/models.
Authorizations
API key for authentication
Query Parameters
The unique identifier of the expert to retrieve.
Example:
"1"
Response
200
application/json
Get a single Expert response
The response is of type object[]
.