Results
Three shapes, pick what fits.
Full result package (zip)
GET
/api/open/v1/tasks/{id}/resultFull result package (zip)Contains CSV, XLSX and the activated-number list. The lang parameter translates headers and enum values — best for handing to people.
Full CSV
GET
/api/open/v1/tasks/{id}/result-csvFull result CSV (stable tokens)For machine parsing. Values are always stable tokens (male / female, yes / no) regardless of language — deliberately so, since parsing logic should not shift with locale.
Activated numbers
GET
/api/open/v1/tasks/{id}/activatedActivated number listPlain text, one number per line, ready for downstream use.
Filter parameters
| Field | Type | Description | |
|---|---|---|---|
| active_day | integer | optional | Keep records active within this many days |
| start_age | integer | optional | Minimum age, inclusive |
| end_age | integer | optional | Maximum age, inclusive |
| sex | string | optional | Gender filter: male / female |
| lang | string | optional | Language for translated headers and enum values; applies to zip and xlsx only |