Filtering by Apps Script ID fails because Logs Explorer doesn’t index script_id
as a resource label. It only allows filtering by types like resource.type="app_script_function"
. To filter by script ID, you must either log the script ID explicitly in your log messages and filter via jsonPayload
—or export your logs to BigQuery or a Logging sink, enabling full querying capabilities.