Solved
filter the api request for logs
how can i filter the api request i want to filter the size of logs
{base_url}/api/v2/log/disk/traffic/local?vdom={vdom}&filter=policyid=={policy_id} and _metadata.timestamp>={start_time_ms} and _metadata.timestamp<={end_time_ms}&start={start}&limit={limit}
i want to take just the first 1000 logs but the request show all logs
