GET /inputs
GET
/inputsGet Required Inputs
**📋 Reference Example Only** - *This shows the request format. To test with your actual crew, copy the cURL example and replace the URL + token with your real values.* Retrieves the list of all required input parameters that your crew expects for execution. Use this endpoint to discover what inputs you need to provide when starting a crew execution.
Responses
200Successfully retrieved required inputs
application/json
travel_crew{
"inputs": [
"budget",
"interests",
"duration",
"age"
]
}outreach_crew{
"inputs": [
"name",
"title",
"company",
"industry",
"our_product",
"linkedin_url"
]
}401Authentication failed - check your bearer token
application/json
404Resource not found
application/json
500Internal server error
application/json