curl --request GET \
--url https://app.happyrobot.ai/api/v1/calls/{id}/logs \
--header 'authorization: <authorization>'
[
{
"timestamp": "<string>",
"function": "<string>",
"severity": "<string>",
"message": "<string>"
}
]
curl --request GET \
--url https://app.happyrobot.ai/api/v1/calls/{id}/logs \
--header 'authorization: <authorization>'
[
{
"timestamp": "<string>",
"function": "<string>",
"severity": "<string>",
"message": "<string>"
}
]
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
ID of the call.
24
200
The response is of type object[]
.
Was this page helpful?