Group: Studio APIsUse this when you need: Get table schema.
Usage
Parameters
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
tableName | string | ✅ | - | |
deploymentId | string | ✅ | Deployment ID (UUID) | |
fid | `number | null` | ❌ | - |
Response
Returns aRequestArgs object.
Error Handling
Tips
- Provide a viewerFid when supported to respect mutes/blocks and include
viewer_context. - Keep requests scoped (e.g., use
limit) to improve latency. - Cache results where sensible.

