cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects/{project_id}/traces/delete \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "filters": [ { "case_sensitive": true, "name": "input", "operator": "eq", "type": "text", "value": "example input" } ], "log_stream_id": "74aec44e-ec21-4c9f-a3e2-b2ab2b81b4db" } '
{ "message": "<string>" }
Delete all trace records that match the provided filters.
Log stream id associated with the traces.
Experiment id associated with the traces.
Metrics testing id associated with the traces.
Show child attributes
ID of the column to filter.
eq
ne
one_of
not_in
contains
"id"
Raw filter input. At least one of 'name' or 'column_id' is required. 'value' is required. 'operator' and 'case_sensitive' are optional.
gt
gte
lt
lte
between
Successful Response
Message
Was this page helpful?