get https://api.bigpanda.io/resources/v2.0/troubleshooting/logs
Retrieves a specific definition for an enrichment schema.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Sample Call
curl --request GET \
--url https://api.bigpanda.io/resources/v2.0/troubleshooting/logs \
--header 'Authorization: Bearer <User API Key>' \
--header 'Content-type: application/json' \
curl --request GET \
--url https://eu-api.bigpanda.io/resources/v2.0/troubleshooting/logs \
--header 'Authorization: Bearer <User API Key>' \
--header 'Content-type: application/json' \