cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects/{project_id}/log_streams/{log_stream_id}/trends/dashboards/{trends_dashboard_id}/duplicate \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "visibility": "user" } '
{ "id": "<string>", "name": "<string>", "is_default": true, "visibility": "<string>", "log_stream_id": "<string>", "project_id": "<string>", "layout_map": {}, "interval_mins": 123, "start_time": 123, "end_time": 123, "description": "<string>", "created_by": "<string>", "is_favorited": false, "widgets": [ { "id": "<string>", "name": "<string>", "type": "bar_chart", "metric": "<string>", "aggregation": "Count", "description": "<string>", "dataset": [ {} ], "section_id": "<string>" } ], "sections": [ { "id": "<string>", "name": "<string>", "description": "<string>", "color": "<string>", "widgets": [ { "id": "<string>", "name": "<string>", "type": "bar_chart", "metric": "<string>", "aggregation": "Count", "description": "<string>", "dataset": [ {} ], "section_id": "<string>" } ] } ], "group_by": "<string>", "filter_tree": { "filter": { "column_id": "<string>", "value": "<string>", "operator": "eq", "type": "id" } }, "relative_time": "<string>" }
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.
Request to duplicate a dashboard.
1 - 255
1000
'user' or 'project'. Defaults to source's visibility.
user
project
Successful Response
50
Show child attributes
Was this page helpful?