Project Logs

Returns recent repricing logs for an entire project/domain without product filtering.

HTTP: GET /logs/project

Query parameters

NameTypeRequiredDescriptionExample
domainstringyesRequired domain/project filter.profi-parfemy.cz
maxageintegernoMaximum age in days (default 31).31
limitintegernoMaximum number of records to return (default 1000).1000

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/logs/project?domain=profi-parfemy.cz&maxage=31&limit=1000"

Interactive call

Queue workflow

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.