GET
/
inputs
curl --request GET \
  --url https://your-actual-crew-name.crewai.com/inputs \
  --header 'Authorization: Bearer <token>'
{
  "inputs": [
    "budget",
    "interests",
    "duration",
    "age"
  ]
}

Authorizations

Authorization
string
header
required

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

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

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

Response

200
application/json

Successfully retrieved required inputs

The response is of type object.