Documentation Index
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Function: getLogStreams()
Call Signature
Parameters
projectName
string
The name of the project.
Returns
Promise<LogStream[]>
A promise that resolves to an array of log streams.
Call Signature
Parameters
options
The options for listing log streams.projectId?
string
(Optional) The ID of the project.
projectName?
string
(Optional) The name of the project.
Returns
Promise<LogStream[]>
A promise that resolves to an array of log streams.