Welcome to the New BigPanda API Documentation
🚧 Authentication All BigPanda APIs require Bearer Token Authorization in the call headers. This API uses the User API Key type of Authorization token.
❗ Rate limitations To maintain quality of service, the Biggy API is limited to 100 requests per minute. Additional requests will return a 429 response code and the request will need to be retried.
curl --location 'https://api.biggy.io/mim/executions?status=undefined'{
"executions": [
{
"executionId": "665b2c3d4e5f6a7b8c9d0e1f",
"status": "active",
"mimName": "P1 outage",
"templateId": "665a1b2c3d4e5f6a7b8c9d0e",
"templateName": "P1 Full bridge",
"createdAt": "2026-03-11T22:30:00.000Z",
"createdBy": {
"system": "user"
},
"incidentDetails": {
"title": "Payment processing outage.",
"description": "All payment processing is down across all regions."
},
"communicationEntities": [
{
"entityId": "665b2c3d4e5f6a7b8c9d0e1f",
"type": "slack_channel",
"label": "War room channel",
"resolved": {
"channelId": "C0123456789",
"channelName": null,
"link": "slack://channel?team=T0123456789&id=C0123456789"
}
}
],
"actions": [
{
"title": "Post initial status update",
"status": "in_progress",
"lastRunAt": "2026-03-11T22:30:05.000Z",
"executionCount": 1
}
]
}
]
}