cURL
curl --request GET \ --url https://api.galileo.ai/v2/projects/{project_id}/runs/{run_id}/insights-settings \ --header 'Galileo-API-Key: <api-key>'
{ "run_id": "<string>", "insights": { "logstream": { "enabled": false, "start_time": "2023-11-07T05:31:56Z" } } }
Documentation IndexFetch the complete documentation index at: https://docs.galileo.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
The ID of the run this settings belong to.
The insights configuration for the run.
Show child attributes
Was this page helpful?