---
title: "List Available Actions"
method: GET
path: "/api/v1/integrations/providers/actions/all"
tags: ["Integration Providers"]
---

# List Available Actions

`GET /api/v1/integrations/providers/actions/all`

## Response `200`

Successful Response

- AvailableActionsMetadataResponse
  - `values` ActionMetadata[], required
    - `provider_id` string, required — An unique identifier for the provider.
    - `action_id` string, required — The unique identifier for the action.
    - `version` string — The version of the action.
    - `required_pricing_plan` 'trial' | 'free' | 'pro' | 'business' | 'team' | 'enterprise'
    - `display_name` string, required — The display name of the action.
    - `description` string, required — The description of the action.
    - `available_for_user` boolean
    - `requires_credential` boolean
    - `input_schema` object, required
    - `output_schema` object, required

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
