Skip to main content
GET
Apps List

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_type
string
default:mcp

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

include_action_summaries
boolean
default:true

If true, includes action summaries (operationId + description) for each app. Default: true.

max_action_summary
integer
default:20

Maximum number of action summaries to include per app. Default: 20. Used when include_action_summaries is true.

Response

Successful Response