coda_get_mutation_status
Check the completion status of an asynchronous Coda write operation using its requestId. Poll every 2 seconds to see if it succeeded, 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 |