Langfuse JS/TS SDKs
GitHub
Docs
Preparing search index...
@langfuse/core
ApiKeySummary
Interface ApiKeySummary
Summary of an API key
interface
ApiKeySummary
{
createdAt
:
string
;
displaySecretKey
:
string
;
expiresAt
?:
string
;
id
:
string
;
lastUsedAt
?:
string
;
note
?:
string
;
publicKey
:
string
;
}
Index
Properties
created
At
display
Secret
Key
expires
At?
id
last
Used
At?
note?
public
Key
Properties
created
At
createdAt
:
string
display
Secret
Key
displaySecretKey
:
string
Optional
expires
At
expiresAt
?:
string
id
id
:
string
Optional
last
Used
At
lastUsedAt
?:
string
Optional
note
note
?:
string
public
Key
publicKey
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
display
Secret
Key
expires
At
id
last
Used
At
note
public
Key
GitHub
Docs
Langfuse JS/TS SDKs
Loading...
Summary of an API key