@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api 
@base https://rss.import.io/
@version 1.0
@endpoints 1
@toc extractor(1)

@endpoint GET /extractor/{extractorId}/runs
@required {extractorId: any}
@returns(200)
@errors {404, 401}

@end
