Asana · Schema

AuditLogEvent

An object representing a single event within an Asana domain. Every audit log event is comprised of an `event_type`, `actor`, `resource`, and `context`. Some events will include additional metadata about the event under `details`. See our [currently supported list of events](/docs/audit-log-events#supported-audit-log-events) for more details.

CollaborationProductivityProject ManagementProjectTask ManagementTaskWorkflows

Properties

Name Type Description
gid string Globally unique identifier of the `AuditLogEvent`, as a string.
created_at string The time the event was created.
event_type string The type of the event.
event_category string The category that this `event_type` belongs to.
actor object
resource object
details object
context object
View JSON Schema on GitHub

JSON Schema

asana-auditlogevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuditLogEvent",
  "title": "AuditLogEvent",
  "description": "An object representing a single event within an Asana domain.\n\nEvery audit log event is comprised of an `event_type`, `actor`, `resource`, and `context`. Some events will include additional metadata about the event under `details`. See our [currently supported list of events](/docs/audit-log-events#supported-audit-log-events) for more details.",
  "type": "object",
  "properties": {
    "gid": {
      "description": "Globally unique identifier of the `AuditLogEvent`, as a string.",
      "type": "string",
      "example": "12345",
      "x-insert-after": false
    },
    "created_at": {
      "description": "The time the event was created.",
      "type": "string",
      "format": "date-time",
      "example": "2021-01-01T00:00:00.000Z"
    },
    "event_type": {
      "description": "The type of the event.",
      "type": "string",
      "example": "task_deleted"
    },
    "event_category": {
      "description": "The category that this `event_type` belongs to.",
      "type": "string",
      "example": "deletion"
    },
    "actor": {
      "$ref": "#/components/schemas/AuditLogEventActor"
    },
    "resource": {
      "$ref": "#/components/schemas/AuditLogEventResource"
    },
    "details": {
      "$ref": "#/components/schemas/AuditLogEventDetails"
    },
    "context": {
      "$ref": "#/components/schemas/AuditLogEventContext"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/asana-auditlogevent"
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.