I’ve a function which is triggered through postman https://{function-name}.azurewebsites.net/api/HttpTrigger1?code={code} Now I ‘m trying to get status of this function triggered I’ve enabled application insights getting telemetry logs.
I want a GET request API which I tried setting up as:
https://api.applicationinsights.io/v1/apps/{app-ID}/events/requests/{invocation-ID}
Have created API key and it’s added in the header. but I’m facing:
404 Not found
{
“error”: {
“message”: “The requested path does not exist”,
“code”: “PathNotFoundError”,
“correlationId”: “random id”
}
}