Properties
| Name | Type | Description |
|---|---|---|
| @timestamp | integer | The time the audit log event occurred, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time). |
| action | string | The name of the action that was performed, for example `user.login` or `repo.create`. |
| active | boolean | |
| active_was | boolean | |
| actor | string | The actor who performed the action. |
| actor_id | integer | The id of the actor who performed the action. |
| actor_location | object | |
| data | object | |
| org_id | integer | |
| user_id | integer | |
| business_id | integer | |
| blocked_user | string | The username of the account being blocked. |
| business | string | |
| config | array | |
| config_was | array | |
| content_type | string | |
| operation_type | string | |
| created_at | integer | The time the audit log event was recorded, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time). |
| deploy_key_fingerprint | string | |
| _document_id | string | A unique identifier for an audit event. |
| emoji | string | |
| events | array | |
| events_were | array | |
| explanation | string | |
| fingerprint | string | |
| hook_id | integer | |
| limited_availability | boolean | |
| message | string | |
| name | string | |
| old_user | string | |
| openssh_public_key | string | |
| org | string | |
| previous_visibility | string | |
| read_only | boolean | |
| repo | string | The name of the repository. |
| repository | string | The name of the repository. |
| repository_public | boolean | |
| target_login | string | |
| team | string | |
| transport_protocol | integer | The type of protocol (for example, HTTP or SSH) used to transfer Git data. |
| transport_protocol_name | string | A human readable name for the protocol (for example, HTTP or SSH) used to transfer Git data. |
| user | string | The user that was affected by the action performed (if available). |
| visibility | string | The repository visibility, for example `public` or `private`. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/audit-log-event",
"title": "audit-log-event",
"type": "object",
"properties": {
"@timestamp": {
"type": "integer",
"description": "The time the audit log event occurred, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time)."
},
"action": {
"type": "string",
"description": "The name of the action that was performed, for example `user.login` or `repo.create`."
},
"active": {
"type": "boolean"
},
"active_was": {
"type": "boolean"
},
"actor": {
"type": "string",
"description": "The actor who performed the action."
},
"actor_id": {
"type": "integer",
"description": "The id of the actor who performed the action."
},
"actor_location": {
"type": "object",
"properties": {
"country_name": {
"type": "string"
}
}
},
"data": {
"type": "object",
"additionalProperties": true
},
"org_id": {
"type": "integer"
},
"user_id": {
"type": "integer"
},
"business_id": {
"type": "integer"
},
"blocked_user": {
"type": "string",
"description": "The username of the account being blocked."
},
"business": {
"type": "string"
},
"config": {
"type": "array",
"items": {
"type": "object"
}
},
"config_was": {
"type": "array",
"items": {
"type": "object"
}
},
"content_type": {
"type": "string"
},
"operation_type": {
"type": "string"
},
"created_at": {
"type": "integer",
"description": "The time the audit log event was recorded, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time)."
},
"deploy_key_fingerprint": {
"type": "string"
},
"_document_id": {
"type": "string",
"description": "A unique identifier for an audit event."
},
"emoji": {
"type": "string"
},
"events": {
"type": "array",
"items": {
"type": "object"
}
},
"events_were": {
"type": "array",
"items": {
"type": "object"
}
},
"explanation": {
"type": "string"
},
"fingerprint": {
"type": "string"
},
"hook_id": {
"type": "integer"
},
"limited_availability": {
"type": "boolean"
},
"message": {
"type": "string"
},
"name": {
"type": "string"
},
"old_user": {
"type": "string"
},
"openssh_public_key": {
"type": "string"
},
"org": {
"type": "string"
},
"previous_visibility": {
"type": "string"
},
"read_only": {
"type": "boolean"
},
"repo": {
"type": "string",
"description": "The name of the repository."
},
"repository": {
"type": "string",
"description": "The name of the repository."
},
"repository_public": {
"type": "boolean"
},
"target_login": {
"type": "string"
},
"team": {
"type": "string"
},
"transport_protocol": {
"type": "integer",
"description": "The type of protocol (for example, HTTP or SSH) used to transfer Git data."
},
"transport_protocol_name": {
"type": "string",
"description": "A human readable name for the protocol (for example, HTTP or SSH) used to transfer Git data."
},
"user": {
"type": "string",
"description": "The user that was affected by the action performed (if available)."
},
"visibility": {
"type": "string",
"description": "The repository visibility, for example `public` or `private`."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-audit-log-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.