cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects/{project_id}/log_streams/{log_stream_id}/trends/sections \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "color": "<string>" } '
{ "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>" } ] }
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 create a section.
1 - 100
500
7
^#[0-9A-Fa-f]{6}$
Successful Response
50
Show child attributes
Was this page helpful?