WorkOS · Schema

EventList

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
object string Indicates this is a list response.
data array The list of records for the current page.
list_metadata object Pagination cursor for navigating to the next page of results.
View JSON Schema on GitHub

JSON Schema

workos-eventlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventList",
  "title": "EventList",
  "type": "object",
  "properties": {
    "object": {
      "type": "string",
      "description": "Indicates this is a list response.",
      "const": "list"
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventSchema"
      },
      "description": "The list of records for the current page."
    },
    "list_metadata": {
      "type": "object",
      "properties": {
        "after": {
          "type": [
            "string",
            "null"
          ],
          "description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list.",
          "example": "event_01EHZNVPK3SFK441A1RGBFSHRT"
        }
      },
      "required": [
        "after"
      ],
      "description": "Pagination cursor for navigating to the next page of results."
    }
  },
  "required": [
    "object",
    "data",
    "list_metadata"
  ],
  "example": {
    "object": "list",
    "data": [
      {
        "object": "event",
        "id": "event_01EHZNVPK3SFK441A1RGBFSHRT",
        "event": "dsync.user.created",
        "data": {
          "id": "directory_user_01E1JG7J09H96KYP8HM9B0G5SJ",
          "directory_id": "directory_01ECAZ4NV9QMV47GW873HDCX74",
          "organization_id": "org_01EZTR6WYX1A0DSE2CYMGXQ24Y",
          "state": "active",
          "email": "veda@foo-corp.com",
          "emails": [
            {
              "primary": true,
              "type": "work",
              "value": "veda@foo-corp.com"
            }
          ],
          "idp_id": "2836",
          "object": "directory_user",
          "username": "veda@foo-corp.com",
          "last_name": "Torp",
          "first_name": "Veda",
          "raw_attributes": {},
          "custom_attributes": {},
          "created_at": "2021-06-25T19:07:33.155Z",
          "updated_at": "2021-06-25T19:07:33.155Z"
        },
        "created_at": "2021-06-25T19:07:33.155Z",
        "context": {}
      }
    ],
    "list_metadata": {
      "after": "event_01EHZNVPK3SFK441A1RGBFSHRT"
    }
  }
}

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/workos-eventlist"
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.