{"note":"OpenAPI conversion -- returning structured metadata","name":"import-io-rss","description":"import-io-rss","version":"1.0","base_url":"https://rss.import.io/","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api \n@base https://rss.import.io/\n@version 1.0\n@endpoints 1\n@toc extractor(1)\n\n@endpoint GET /extractor/{extractorId}/runs\n@desc Get a feed of the runs performed on an extractor\n@required {extractorId: any # The id of the extractor to start get the crawl run data}\n@returns(200) OK\n@errors {404: Not found: Extractor has not been run., 401: User doesn't own this extractor, or doesn't have a valid session.}\n\n@end\n"}