v1
latestOpenAPI 3.1.02026-08-0413468163.9 KBv1-operations
Get Operation Endpoint
Return the current state of an async operation.
Polled or long-polled by clients to drive operation progress. RLS scopes visibility to operations whose resource (connector) the caller can read; an operation belonging to another tenant looks like a 404 to a non-member rather than leaking existence.
Returns the AsyncOperationResponse shape — see models.py.
get/v1/operations/{operation_id}
Path parameters
operation_idstring required
Query parameters
waitnumber nullable
Optionally wait up to this many seconds for a terminal operation state. Omit for the existing immediate poll response.
Optionally wait up to this many seconds for a terminal operation state. Omit for the existing immediate poll response.
Response
Current operation state. On completed, result holds the outcome — for branch_create, the full branch details.