Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex SpeechSense
  • Getting started
    • API authentication
      • Overview
        • Overview
        • List
        • ListModels
  • Audit Trails events
  • Access management
  • Pricing policy
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • ListAssistantsRequest
  • ListAssistantsResponse
  • Assistant
  • AssistantField
  1. API reference
  2. gRPC
  3. Assistants
  4. List

Talk Analytics API, gRPC: AssistantsService.List

Written by
Yandex Cloud
Updated at September 26, 2025
  • gRPC request
  • ListAssistantsRequest
  • ListAssistantsResponse
  • Assistant
  • AssistantField

Rpc for listing assistants in a project

gRPC requestgRPC request

rpc List (ListAssistantsRequest) returns (ListAssistantsResponse)

ListAssistantsRequestListAssistantsRequest

{
  "project_id": "string"
}

Field

Description

project_id

string

Project id

ListAssistantsResponseListAssistantsResponse

{
  "assistants": [
    {
      "id": "string",
      "project_id": "string",
      "model_id": "string",
      "name": "string",
      "description": "string",
      "prompt": "string",
      "fields": [
        {
          "id": "string",
          "name": "string",
          "description": "string",
          "type": "AssistantFieldType"
        }
      ],
      "enabled": "bool",
      "labels": "map<string, string>",
      "created_at": "google.protobuf.Timestamp",
      "created_by": "string",
      "modified_at": "google.protobuf.Timestamp",
      "modified_by": "string"
    }
  ]
}

Field

Description

assistants[]

Assistant

Assistants belonging to the given project

AssistantAssistant

Field

Description

id

string

Assistant id

project_id

string

Project id

model_id

string

Model id

name

string

Assistant name

description

string

Assistant description

prompt

string

Prompt

fields[]

AssistantField

Fields that will be set after assistant processing

enabled

bool

labels

object (map<string, string>)

Billing labels

created_at

google.protobuf.Timestamp

created_by

string

Subject id

modified_at

google.protobuf.Timestamp

modified_by

string

Subject id

AssistantFieldAssistantField

Field

Description

id

string

Field id

name

string

Field name

description

string

Field description

type

enum AssistantFieldType

Field type

  • ASSISTANT_FIELD_TYPE_UNSPECIFIED
  • ASSISTANT_FIELD_TYPE_STRING
  • ASSISTANT_FIELD_TYPE_NUMBER
  • ASSISTANT_FIELD_TYPE_DECIMAL: Floating-point number

Was the article helpful?

Previous
Overview
Next
ListModels
© 2025 Direct Cursus Technology L.L.C.