# Get available actions Get available actions. This route has to be called after each change quote data to get to know that action is done Endpoint: GET /api/v1/ledger/sales/policies/actions/{id} Version: 1.0 Security: bearerAuth ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" ## Path parameters: - `id` (string, required) id of quote ## Query parameters: - `longPolling` (bool) Example: "true" ## Response 200 fields (application/json): - `data` (array) - `links` (object) - `links.quote:changes` (string) Example: "https://app.beta.insly.training/api/v1/ledger/sales/policies/1/changes"