Skip to content

ibl-data-manager (3.59.0-ai-plus)

API for iblai

Download OpenAPI description
Languages
Servers
Mock server

https://docs.ibl.ai/_mock/apis/ibl/

https://base.manager.iblai.app/

ai-account

Operations

ai-analytics

Operations

ai-bot

Operations

ai-finetuning

Operations

ai-index

Operations

ai-marketing

Operations

ai-media

Operations

ai-mentor

Operations

ai_mentor_orgs_users_starred_mentors_list

Request

Retrieve a list of mentors starred by a specific user.

Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user to retrieve starred mentors for.

Returns: Response: A list of the user's starred mentors, sorted by most recently accessed.

Raises: NotFound: If the specified student does not exist. BadRequest: If the request is invalid.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/starred-mentors/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/jsonArray [
is_starredboolean
updated_atstringread-onlyrequired
mentorstringread-onlyrequired
studentstringread-onlyrequired
recently_accessed_atstring or nullread-onlyrequired
]
Response
application/json
[ [ {}, {} ] ]

ai_mentor_orgs_users_tasks_retrieve

Request

Retrieves the status of a task using its task ID.

Accessible to both tenant admins and students.

Returns:

200: task id

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
task_idstring(uuid)required
user_idstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/tasks/{task_id}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
taskstringrequired
Response
application/json
{ "task": "completed" }

ai_mentor_orgs_users_tasks_sessions_create

Request

Export chat history for a session.

Returns: 200: Task ID for the export operation.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
session_idstring(uuid)required
user_idstringrequired
Bodyrequired
task_idstringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/tasks/sessions/{session_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "task_id": "307be194-2351-44ff-8d7b-24660fd9ec34"
  }'

Responses

Bodyapplication/json
task_idstringrequired
Response
application/json
{ "task_id": "307be194-2351-44ff-8d7b-24660fd9ec34" }

ai-prompt

Operations

career

Operations

catalog

Operations

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations