List execution history for a custom endpoint, newest first.
curl --request GET \
--url https://api.example.com/api/v1/endpoints/{endpoint_id}/executions{
"items": [
{
"id": "<string>",
"endpoint_id": "<string>",
"status": "<string>",
"http_status": 123,
"duration_ms": 123,
"request_data": {},
"response_body": {},
"error_message": "<string>",
"executed_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}1 <= x <= 200x >= 0curl --request GET \
--url https://api.example.com/api/v1/endpoints/{endpoint_id}/executions{
"items": [
{
"id": "<string>",
"endpoint_id": "<string>",
"status": "<string>",
"http_status": 123,
"duration_ms": 123,
"request_data": {},
"response_body": {},
"error_message": "<string>",
"executed_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}