trace
Query Metrics
post/projects/{project_id}/metrics/search
Path parameters
project_idstring uuid4 required
Request body
Example request
{
"end_time": "2023-10-01T01:00:00Z",
"filters": [
{
"case_sensitive": true,
"name": "input",
"operator": "eq",
"type": "text",
"value": "example input"
}
],
"group_by": "model",
"interval": 5,
"log_stream_id": "00000000-0000-0000-0000-000000000000",
"start_time": "2023-10-01T00:00:00Z"
}Response
Successful Response
Changes
Changed in 1 of the 15 revisions of this API.1
- ○
the endpoint scheme security
ClassicAPIKeyHeaderwas added to the APIapi-security-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○