Metrics
Get all metrics
GET
/
metrics
Authorization
Query
curl --request GET \
--url https://api.honeyhive.ai/metrics \
--header 'Authorization: <authorization>'
[
{
"code_snippet": "<string>",
"name": "<string>",
"task": "<string>"
}
]
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
task
string
Response
200 - application/json
code_snippet
string
name
string
task
string
curl --request GET \
--url https://api.honeyhive.ai/metrics \
--header 'Authorization: <authorization>'
[
{
"code_snippet": "<string>",
"name": "<string>",
"task": "<string>"
}
]