Skip to main content
GET
/
api
/
mcp
/
app_get_actions
App Get Actions
curl --request GET \
  --url https://app.apigene.ai/api/mcp/app_get_actions \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Query Parameters

genai_app
string
required

The name of the GenAI app.

app_name
string
required

The app to list actions for.

app_type
string
default:mcp

The type of the app ('mcp' or 'agent').

Response

Successful Response