Get Ops Operation Status (admin)
flab_ops_statusPoll an operation's lifecycle status by ID, and optionally fetch its result payload once complete. Monitor progress of asynchronous tasks and retrieve final output when ready.
Instructions
Poll an operation's lifecycle status by id. Set includeResult=true to also fetch its result payload once complete. Admin-only (FUTPICKS_OPS_TOKEN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Operation id (from flab_ops_run) | |
| includeResult | No | Also fetch /result |