---
title: "Get Required Inputs"
method: GET
path: "/inputs"
---

# Get Required Inputs

`GET /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.

## Response `200`

Successfully retrieved required inputs

- object
  - `inputs` string[] — Array of required input parameter names

## Other responses

- `401` — Authentication failed - check your bearer token
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.dev/crewai/apis/crewai-amp-api.md) · [All operations](https://skmtc.dev/crewai/apis/crewai-amp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crewai/crewai-amp-api/revisions/ee5ac53a62cc/schema)
