Global Relay · Schema
Global Relay Event
An event within a conversation, representing a message, reply, reaction, edit, deletion, file transfer, or participant action in the Global Relay Archive.
ArchivingComplianceData RetentionEmail SecurityRegulatory Compliance
Properties
| Name | Type | Description |
|---|---|---|
| eventType | string | Type of conversation event |
| timestamp | string | Timestamp of the event in ISO 8601 format |
| sender | object | The participant who triggered this event |
| body | string | Content body of the event |
| fileIds | array | IDs of files uploaded via /files endpoint |
| referencedEventId | string | ID of the event being replied to, edited, or deleted |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "global-relay-event.json",
"title": "Global Relay Event",
"description": "An event within a conversation, representing a message, reply, reaction, edit, deletion, file transfer, or participant action in the Global Relay Archive.",
"type": "object",
"required": [
"eventType",
"timestamp"
],
"properties": {
"eventType": {
"type": "string",
"description": "Type of conversation event",
"enum": [
"Message",
"Reply",
"Reaction",
"Edit",
"Delete",
"File_transfer",
"Participant_join",
"Participant_leave",
"Call_start",
"Call_end"
]
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the event in ISO 8601 format"
},
"sender": {
"$ref": "global-relay-participant.json",
"description": "The participant who triggered this event"
},
"body": {
"type": "string",
"description": "Content body of the event"
},
"fileIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "IDs of files uploaded via /files endpoint"
},
"referencedEventId": {
"type": "string",
"description": "ID of the event being replied to, edited, or deleted"
}
}
}
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/global-relay-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.