@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Event Export API
@version 1.0.0
@endpoints 1
@toc export(1)

@endpoint GET /export
@required {from_date: str, to_date: str}
@optional {project_id: int, limit: int, event: str, where: str, time_in_ms: bool, Accept-Encoding: str}
@returns(200)

@end
