GET
/
v2
/
projects
/
{project_id}
/
runs
/
{run_id}
/
insights-settings
Get Settings
curl --request GET \
  --url https://api.galileo.ai/v2/projects/{project_id}/runs/{run_id}/insights-settings \
  --header 'Galileo-API-Key: <api-key>'
{
  "insights": {
    "logstream": {
      "enabled": false,
      "start_time": "2023-11-07T05:31:56Z"
    }
  },
  "run_id": "<string>"
}

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

project_id
string<uuid4>
required
run_id
string<uuid4>
required

Response

200
application/json

Successful Response

The response is of type object.