For more authentication options, see: https://doc.rapida.ai/api-reference/authentication
Parameters
Configuration for the client connection.
Usage
Copy
from rapida import (
ConnectionConfig,
GetAssistantRequest,
get_assistant,
)
from pprint import pprint
connection_config = ConnectionConfig.default_connection_config(
ConnectionConfig.with_sdk(
"{rapida-api-key}"
)
)
response = get_assistant(
client_cfg=connection_config,
request=GetAssistantRequest(id=2227823180112723968),
)
pprint(response)
Response
Numeric status code for the operation.
Indicates whether the operation was successful.
Detailed information about the assistant.
Show child attributes
Show child attributes
Unique identifier for the assistant.
Current status of the assistant.
Visibility setting of the assistant.
Source system or origin of the assistant.
Identifier mapping to the assistant’s source.
Array of tools available to the assistant.
Associated project identifier.
Associated organization identifier.
Model identifier tied to the assistant provider.
Detailed information about the assistant’s provider model.
Show child attributes
Show child attributes
Unique identifier for the provider model.
Template configuration for text chat completion.
Description of the provider model.
Identifier of the model provider.
Name of the model provider.
Status of the provider model.
Identifier of the creator.
User object of the creator.
Identifier of the last updater.
User object of the last updater.
Timestamp when the provider model was created.
Timestamp when the provider model was last updated.
Name of the assistant.
Description of the assistant’s purpose.
Tag information associated with the assistant.
Language setting for the assistant.
Organization details associated with the assistant.
Identifier of the assistant creator.
User object of the assistant creator.
Identifier of the last updater.
User object of the last updater.
Timestamp when the assistant was created.
Timestamp when the assistant was last updated.
Configuration for debugger deployment.
Configuration for phone deployment.
Configuration for WhatsApp deployment.
Configuration for web plugin deployment.
Configuration for API deployment.
Array of conversations associated with the assistant.
Array of webhooks configured for the assistant.