Retrieve a specific log stream.
curl --request GET \ --url https://api.acme.rungalileo.io/v2/projects/{project_id}/log_streams/{log_stream_id} \ --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>" }
Was this page helpful?