cURL
Alerts
Get Alert History
Retrieve the execution history for all Alerts in a Tenderly project.
GET
cURL
Authorizations
An API key is a token that a client provides when making API calls. The key can be sent as a request header:
curl 'https://api.tenderly.co/api/v1/account/${TENDERLY_ACCOUNT_SLUG}/project/${TENDERLY_PROJECT_SLUG}/simulate' \
-H 'X-Access-Key: ${TENDERLY_ACCESS_KEY}' \
...
Learn how to generate API access tokens at Tenderly Docs.
Path Parameters
Account slug of the user
Project slug of the account
Query Parameters
The page number
Required range:
x >= 1The number of items to return per page
Required range:
1 <= x <= 100Response
A successful response.
An object with details about alert execution history.