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:

  • HTTP request
  • Body parameters
  • Response
  • Assistant
  • AssistantField
  1. API reference
  2. REST
  3. Assistants
  4. List

Talk Analytics API, REST: Assistants.List

Written by
Yandex Cloud
Updated at September 26, 2025
  • HTTP request
  • Body parameters
  • Response
  • Assistant
  • AssistantField

Rpc for listing assistants in a project

HTTP requestHTTP request

POST https://rest-api.speechsense.yandexcloud.net/speechsense/v1/assistants/list

Body parametersBody parameters

{
  "projectId": "string"
}

Field

Description

projectId

string

Project id

ResponseResponse

HTTP Code: 200 - OK

{
  "assistants": [
    {
      "id": "string",
      "projectId": "string",
      "modelId": "string",
      "name": "string",
      "description": "string",
      "prompt": "string",
      "fields": [
        {
          "id": "string",
          "name": "string",
          "description": "string",
          "type": "string"
        }
      ],
      "enabled": "boolean",
      "labels": "object",
      "createdAt": "string",
      "createdBy": "string",
      "modifiedAt": "string",
      "modifiedBy": "string"
    }
  ]
}

Field

Description

assistants[]

Assistant

Assistants belonging to the given project

AssistantAssistant

Field

Description

id

string

Assistant id

projectId

string

Project id

modelId

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

boolean

labels

object (map<string, string>)

Billing labels

createdAt

string (date-time)

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

createdBy

string

Subject id

modifiedAt

string (date-time)

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

modifiedBy

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.