Audit
List audit logs
List activity in your Blnk Cloud workspace.
GET
/
audit
/
logs
curl -X GET 'https://api.cloud.blnkfinance.com/audit/logs' \
-H 'Authorization: Bearer YOUR_API_KEY'
{
"data": [
{
"audit_log_id": "audit_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"action": "Deployment destroy initiated",
"performed_by_id": "user_01ABC123DEF456",
"performed_by": "Alex Example",
"api_key_id": "apikey_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"ledger_id": "",
"anomaly_id": "",
"instance_id": "",
"deployment_id": "deploy_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"balance_id": "",
"doc_id": "",
"transaction_id": "",
"identity_id": "",
"reconciliation_id": "",
"app_id": "",
"installed_app_id": "",
"app_name": "",
"created_at": "2026-09-11T09:28:16.864765Z"
},
{
"audit_log_id": "audit_845e6b1e-0463-4ce8-b858-2b3a398beff9",
"action": "App Launched",
"performed_by_id": "user_01ABC123DEF456",
"performed_by": "Alex Example",
"ledger_id": "",
"anomaly_id": "",
"instance_id": "instance_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"balance_id": "",
"doc_id": "",
"transaction_id": "",
"identity_id": "",
"reconciliation_id": "",
"app_id": "app_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"installed_app_id": "instapp_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"app_name": "Fee Engine",
"acting_app": {
"app_id": "app_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"name": "Fee Engine",
"logo_url": "",
"slug": "fee-engine",
"installed_app_id": "instapp_073f7ffe-9dfd-42ce-aa50-d1dca1788adc"
},
"created_at": "2026-09-10T21:56:12.112739Z"
}
],
"pagination": {
"current_page": 1,
"page_size": 10,
"total": 128
}
}
Retrieve audit logs for your organization. The default page returns 10 rows.
api_key_id is present when the actor used an API key. acting_app is present when a Custom App performed the action.
curl -X GET 'https://api.cloud.blnkfinance.com/audit/logs' \
-H 'Authorization: Bearer YOUR_API_KEY'
Response
{
"data": [
{
"audit_log_id": "audit_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"action": "Deployment destroy initiated",
"performed_by_id": "user_01ABC123DEF456",
"performed_by": "Alex Example",
"api_key_id": "apikey_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"ledger_id": "",
"anomaly_id": "",
"instance_id": "",
"deployment_id": "deploy_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"balance_id": "",
"doc_id": "",
"transaction_id": "",
"identity_id": "",
"reconciliation_id": "",
"app_id": "",
"installed_app_id": "",
"app_name": "",
"created_at": "2026-09-11T09:28:16.864765Z"
},
{
"audit_log_id": "audit_845e6b1e-0463-4ce8-b858-2b3a398beff9",
"action": "App Launched",
"performed_by_id": "user_01ABC123DEF456",
"performed_by": "Alex Example",
"ledger_id": "",
"anomaly_id": "",
"instance_id": "instance_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"balance_id": "",
"doc_id": "",
"transaction_id": "",
"identity_id": "",
"reconciliation_id": "",
"app_id": "app_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"installed_app_id": "instapp_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"app_name": "Fee Engine",
"acting_app": {
"app_id": "app_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"name": "Fee Engine",
"logo_url": "",
"slug": "fee-engine",
"installed_app_id": "instapp_073f7ffe-9dfd-42ce-aa50-d1dca1788adc"
},
"created_at": "2026-09-10T21:56:12.112739Z"
}
],
"pagination": {
"current_page": 1,
"page_size": 10,
"total": 128
}
}
array
required
Audit log rows for the current page.
Show child attributes
Show child attributes
string
required
Unique identifier for the log row.
string
required
Activity label, such as
Deployment created, Deployment destroy initiated, Instance Created, or App Launched.string
required
Display name of the actor.
string
required
User id of the actor (
user_...).string
API key that performed the action (
apikey_...). Omitted when the actor did not use a key.timestamp
required
When the action occurred.
string
Related Cloud instance id. Can be empty.
string
Related deployment id. Omitted or empty when the action is not about a deployment.
string
Related ledger id. Can be empty.
string
Related balance id. Can be empty.
string
Related transaction id. Can be empty.
string
Related identity id. Can be empty.
string
Related reconciliation id. Can be empty.
string
Related alert id. Can be empty.
string
Related document id. Can be empty.
string
Related app id. Can be empty.
string
Installed app id. Can be empty.
string
App display name. Can be empty.
object
required
Need help?
We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.Was this page helpful?
⌘I
curl -X GET 'https://api.cloud.blnkfinance.com/audit/logs' \
-H 'Authorization: Bearer YOUR_API_KEY'
{
"data": [
{
"audit_log_id": "audit_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"action": "Deployment destroy initiated",
"performed_by_id": "user_01ABC123DEF456",
"performed_by": "Alex Example",
"api_key_id": "apikey_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"ledger_id": "",
"anomaly_id": "",
"instance_id": "",
"deployment_id": "deploy_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"balance_id": "",
"doc_id": "",
"transaction_id": "",
"identity_id": "",
"reconciliation_id": "",
"app_id": "",
"installed_app_id": "",
"app_name": "",
"created_at": "2026-09-11T09:28:16.864765Z"
},
{
"audit_log_id": "audit_845e6b1e-0463-4ce8-b858-2b3a398beff9",
"action": "App Launched",
"performed_by_id": "user_01ABC123DEF456",
"performed_by": "Alex Example",
"ledger_id": "",
"anomaly_id": "",
"instance_id": "instance_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"balance_id": "",
"doc_id": "",
"transaction_id": "",
"identity_id": "",
"reconciliation_id": "",
"app_id": "app_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"installed_app_id": "instapp_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"app_name": "Fee Engine",
"acting_app": {
"app_id": "app_073f7ffe-9dfd-42ce-aa50-d1dca1788adc",
"name": "Fee Engine",
"logo_url": "",
"slug": "fee-engine",
"installed_app_id": "instapp_073f7ffe-9dfd-42ce-aa50-d1dca1788adc"
},
"created_at": "2026-09-10T21:56:12.112739Z"
}
],
"pagination": {
"current_page": 1,
"page_size": 10,
"total": 128
}
}