coda_get_mutation_status
Poll the status of an asynchronous Coda mutation. Returns whether the operation completed, is still processing, or failed with error details.
Instructions
Check the status of an asynchronous mutation (write operation).
Coda write operations return 202 with a requestId. Use this tool to poll whether the mutation has completed, is still processing, or failed. Returns a completed boolean and any error details. Poll every 2 seconds, up to 30 seconds maximum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | The requestId returned by a write operation (202 response) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |