faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > Detail

Detail interface

A function return value with additional detailed information.

Signature:

export interface Detail<R> 

Properties

Property

Modifiers

Type

Description

executionId?

string

(Optional) If available, the provider-specific execution identifier for this invocation.

instanceId?

string

(Optional) If available, the provider-specific instance identifier for this invocation.

logUrl?

string

(Optional) The URL of the logs for the specific execution of this function call.

value

R

A Promise for the function's return value.

  • Detail interface
  • Properties
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflowfaast.js
More
BlogUser Showcase
Copyright © 2026 Andy Chou