Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the object. |
| name | string | |
| modelId | string | Identifier for the object this event is associated with when it is not one of document, collection, or user. |
| userId | string | Identifier for the user associated with the event, if any. |
| actorId | string | The user that performed the action. |
| actorIpAddress | string | The ip address the action was performed from. This field is only returned when the `auditLog` boolean is true. |
| collectionId | string | Identifier for the associated collection, if any |
| documentId | string | Identifier for the associated document, if any |
| createdAt | string | The date and time that this event was created |
| data | object | Additional unstructured data associated with the event |
| changes | object | The set of changes made by this event. This field is only returned when the `auditLog` boolean is true. |
| actor | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Event",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the object.",
"readOnly": true,
"format": "uuid"
},
"name": {
"type": "string",
"example": "documents.create",
"readOnly": true
},
"modelId": {
"type": "string",
"description": "Identifier for the object this event is associated with when it is not one of document, collection, or user.",
"format": "uuid",
"readOnly": true
},
"userId": {
"type": "string",
"description": "Identifier for the user associated with the event, if any.",
"format": "uuid",
"readOnly": true
},
"actorId": {
"type": "string",
"description": "The user that performed the action.",
"format": "uuid",
"readOnly": true
},
"actorIpAddress": {
"type": "string",
"description": "The ip address the action was performed from. This field is only returned when the `auditLog` boolean is true.",
"example": "60.169.88.100",
"readOnly": true
},
"collectionId": {
"type": "string",
"format": "uuid",
"description": "Identifier for the associated collection, if any",
"readOnly": true
},
"documentId": {
"type": "string",
"format": "uuid",
"description": "Identifier for the associated document, if any",
"readOnly": true
},
"createdAt": {
"type": "string",
"description": "The date and time that this event was created",
"readOnly": true,
"format": "date-time"
},
"data": {
"type": "object",
"example": {
"name": "Equipment list"
},
"description": "Additional unstructured data associated with the event",
"readOnly": true
},
"changes": {
"type": "object",
"nullable": true,
"description": "The set of changes made by this event. This field is only returned when the `auditLog` boolean is true.",
"readOnly": true
},
"actor": {
"$ref": "#/components/schemas/User"
}
}
}
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/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.