get_product_request_status
Check status of a product request you previously filed with submit_product_request for your operator. Returns pending | approved | denied | dismissed | completed so you can tell your human when FreedomOS product team decides. Use when you hold a request_id and need an update for the filer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| request_id | Yes | The request_id UUID returned by submit_product_request |