Project History (BigQuery)

Returns historical repricing logs for an entire project/domain from BigQuery without product filtering.

HTTP: GET /logs/project-history

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
formatstringnoSet to xml to receive XML output (default json).json

Notes

Sample request

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

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.