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
headerrequired

Bearer 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