import Runloop from '@runloop/api-client';const client = new Runloop({ bearerToken: process.env['RUNLOOP_API_KEY'], // This is the default and can be omitted});const blueprintBuildLogsListView = await client.blueprints.logs('id');console.log(blueprintBuildLogsListView.blueprint_id);
import Runloop from '@runloop/api-client';const client = new Runloop({ bearerToken: process.env['RUNLOOP_API_KEY'], // This is the default and can be omitted});const blueprintBuildLogsListView = await client.blueprints.logs('id');console.log(blueprintBuildLogsListView.blueprint_id);