All methods
Written by
Updated at April 24, 2026
The Managed Service for YDB HTTP API provides the following methods:
Working with tables
| Method | Description |
|---|---|
| CreateTable | Creates a table. |
| DeleteTable | Deletes a table. |
| DescribeTable | Returns information about a table. |
| UpdateTable | Updates a table. |
| DescribeTimeToLive | Returns the time-to-live (TTL) status for a specific table. |
| ListTables | Returns a list of tables. |
| UpdateTimeToLive | Enables or disables TTL for a specific table. |
Working with items
| Method | Description |
|---|---|
| BatchGetItem | Returns attributes of items from multiple tables. |
| BatchWriteItem | Writes items to or deletes them from tables. |
| DeleteItem | Deletes an item from a table. |
| GetItem | Returns attributes of an item from a single table. |
| PutItem | Overwrites table items. |
| Query | Returns table items. |
| Scan | Returns table items and attributes. |
| TransactGetItems | Retrieves multiple items from tables. |
| TransactWriteItems | Performs a synchronous write operation. |
| UpdateItem | Updates table items. |