HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Get the log output from an installed extension

Get the log output from an installed extension.

Warning Using tail=all may cause browser issues if the extension has a large amount of logs.

Path Params
string
required

ID of the extension instance

Query Params
boolean
Defaults to true

Include extension’s standard-output messages

boolean
Defaults to true

Include extension’s standard-error messages

integer
Defaults to 0

Specify a UNIX timestamp to only return log entries since that time

boolean
Defaults to false

Prefix every log line with its UTC timestamp

string
Defaults to 100

Return this number of lines at the end of the logs, or "all" for everything

Responses

Language
Response
Choose an example:
application/json