Query deployment logs.
limit messages (in last month).from only, returns first limit messages after from (inclusive).to only, returns last limit messages before to (inclusive).from and to, return the first limit messages after from, but not later than to.from and to should be no more than a month apart.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
the deploy id to get the logs from
the pod name to get the logs from
start of period, in fractional seconds since unix epoch (inclusive)
end of period, in fractional seconds since unix epoch (exclusive)
how many items to return at most (default 100, in [1, 1000])
Successful Response
mapping of pod names to log lines ordered by increasing timestamp