curl --request GET \
--url https://api.tensormesh.ai/v1/observability/users/metrics \
--header 'Authorization: Bearer <token>'{
"metrics": [
{
"name": "<string>",
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"value": 123
}
]
}
]
}Retrieves metrics for a specific user.
curl --request GET \
--url https://api.tensormesh.ai/v1/observability/users/metrics \
--header 'Authorization: Bearer <token>'{
"metrics": [
{
"name": "<string>",
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"value": 123
}
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using an access token. Format: Bearer <access_token>
User ID to retrieve metrics for. Must be provided.
Optional start time for the metrics query.
Optional end time for the metrics query.
Optional step size for the metrics query.
A successful response.
GetUserMetricsResponse contains the user metrics.
Metrics data.
Show child attributes
Was this page helpful?