Returns recent repricing logs for an entire project/domain without product filtering.
HTTP: GET /logs/project
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| domain | string | yes | Required domain/project filter. | profi-parfemy.cz |
| maxage | integer | no | Maximum age in days (default 31). | 31 |
| limit | integer | no | Maximum number of records to return (default 1000). | 1000 |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/logs/project?domain=profi-parfemy.cz&maxage=31&limit=1000"
Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.