Skip to main content
Retrieves a list of all assistant analyses with optional filtering and pagination using the Rapida API.
For more authentication options, see: https://doc.rapida.ai/api-reference/authentication

Parameters

connectionConfig
ConnectionConfig
required
Configuration for the client connection.
request
GetAllAssistantAnalysisRequest
required

Usage

Response

code
int32
Numeric status code for the operation.
success
boolean
Indicates whether the operation was successful.
data
AssistantAnalysis[]
Array of assistant analysis objects.
paginated
Paginated
Pagination information for the response.
error
object
Error information, if applicable.