Check Status of Upload Job

Checks the status of an asynchronous job to upload or update a mapping enrichment table (Enrichment V2)

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the User API Key type of Authorization token.

Sample Calls

curl --request GET \
     --url https://api.bigpanda.io/resources/v2.0/alert-enrichments-jobs/039b5ed9-fe54-4555-b326-438a64861ae9_1615893741 \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json' \
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v2.0/alert-enrichments-jobs/039b5ed9-fe54-4555-b326-438a64861ae9_1615893741 \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json' \
Language