الانتقال إلى المحتوى الرئيسي
GET
/
inputs
Get Required Inputs
curl --request GET \
  --url https://your-actual-crew-name.crewai.com/inputs \
  --header 'Authorization: Bearer <token>'
{
  "inputs": [
    "budget",
    "interests",
    "duration",
    "age"
  ]
}

التفويضات

Authorization
string
header
مطلوب

📋 Reference Documentation - The tokens shown in examples are placeholders for reference only.

Use your actual Bearer Token or User Bearer Token from the CrewAI AMP dashboard for real API calls.

Bearer Token: Organization-level access for full crew operations User Bearer Token: User-scoped access with limited permissions

الاستجابة

Successfully retrieved required inputs

inputs
string[]

Array of required input parameter names

مثال:
["budget", "interests", "duration", "age"]