{"files":{"SKILL.md":"---\nname: event-export-api\ndescription: \"Event Export API skill. Use when working with Event Export for export. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Event Export API\nAPI version: 1.0.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nNot specified.\n\n## Setup\n1. No auth setup needed\n2. GET /export -- download data\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Export\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /export | Download Data |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all export?\" -> GET /export\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Paginated endpoints accept limit/offset or cursor parameters\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 Event Export API\n@version 1.0.0\n@endpoints 1\n@toc export(1)\n\n@endpoint GET /export\n@desc Download Data\n@required {from_date: str # The date in yyyy-mm-dd format to begin querying from. This date is inclusive and interpreted as UTC timezone for projects created after 1 January 2023 and current project timezone for projects created before 11 January 2023., to_date: str # The date in yyyy-mm-dd format to query to. This date is inclusive and interpreted as UTC timezone for projects created after 1 January 2023 and current project timezone for projects created before 11 January 2023.}\n@optional {project_id: int # Required if using service account to authenticate request., limit: int # Use this parameter if you want to limit the max number of events to be returned. Value cannot be over 100000., event: str # The event or events that you wish to get data for, encoded as a JSON array., where: str # An expression to filter events by. More info on expression sequence structure can be found [here](ref:segmentation-expressions), time_in_ms: bool # Defaults to `false` which will export event timestamps with second-precision. Set to `true` to export event timestamps with millisecond-precision., Accept-Encoding: str # If set to `gzip` and the response body is > 1400 bytes, the response will be compressed with gzip, and `Content-Encoding` will be set to `gzip`.}\n@returns(200) Success. The returned format is one event per line where each line is a valid JSON object, but the full return itself is JSONL.\n\n@end\n"}}