List the Log Lines a Device has sent
The log lines this device sent over the logging extension, newest first.
Lines stay readable after the extension is turned off for the product or the device — the setting governs what arrives, not what can be read. They are not kept forever, though: log lines are dropped three days after they were logged.
To page back through history, ask for a limit and then pass the
timestamp of the oldest line you received as the next request’s
before.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization Name
Product Name
Device Identifier
Query Parameters
Only lines logged at these levels. Comma separated for more than one. Matched as given — a level no device has logged at matches nothing
Only lines whose message contains this text, ignoring case. Matched literally, so % and _ are searched for rather than treated as wildcards
Only lines logged at or after this ISO 8601 timestamp
Only lines logged strictly before this ISO 8601 timestamp. To page back through history, pass the timestamp of the oldest line you received
How many lines to return, from 1 to 1000
desc for newest first, asc for oldest first
desc, asc Response
Device Log List Response
Device log list response
The matching log lines, newest first unless order=asc was given

