ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request GET \ --url https://api.galileo.ai/v2/projects/{project_id}/log_streams \ --header 'Galileo-API-Key: <api-key>'
[ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "project_id": "<string>", "created_by": "<string>", "has_user_created_sessions": false } ]
Retrieve all log streams for a project.
Successful Response
The response is of type LogStreamResponse · object[].
LogStreamResponse · object[]
Was this page helpful?