{"files":{"SKILL.md":"---\nname: on-demand-flight-status\ndescription: \"On-Demand Flight Status API skill. Use when working with On-Demand Flight Status for schedule. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# On-Demand Flight Status\nAPI version: 2.0.2\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://test.api.amadeus.com/v2\n\n## Setup\n1. No auth setup needed\n2. GET /schedule/flights -- retrieves a unique flight by search criteria.\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Schedule\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /schedule/flights | Retrieves a unique flight by search criteria. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all flights?\" -> GET /schedule/flights\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api On-Demand Flight Status\n@base https://test.api.amadeus.com/v2\n@version 2.0.2\n@endpoints 1\n@toc schedule(1)\n\n@endpoint GET /schedule/flights\n@desc Retrieves a unique flight by search criteria.\n@required {carrierCode: any # 2 to 3-character IATA carrier code ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx))., flightNumber: any # 1 to 4-digit number of the flight. e.g. 4537, scheduledDepartureDate: any # scheduled departure date of the flight, local to the departure airport, format YYYY-MM-DD.}\n@optional {operationalSuffix: any # 1-letter operational suffix assigned by the carrier to differentiate flight in case of delay changing the departure date e.g. A}\n@returns(200) A list of dated flights\n@errors {400: code    | title ------- | ------------------------------------- 477     | INVALID FORMAT 572     | INVALID OPTION 2781    | INVALID LENGTH 4926    | INVALID DATA RECEIVED 32171   | MANDATORY DATA MISSING, 401: Unauthorized}\n\n@end\n"}}