Global Relay · Schema
Global Relay Conversation
A conversation archived in the Global Relay Archive, representing a one-to-one or multi-party messaging exchange including messages, reactions, edits, and file transfers.
ArchivingComplianceData RetentionEmail SecurityRegulatory Compliance
Properties
| Name | Type | Description |
|---|---|---|
| conversationId | string | Unique identifier for the conversation |
| channelType | string | The type of messaging channel |
| title | string | Title or subject of the conversation |
| participants | array | List of participants in the conversation |
| events | array | List of events in the conversation |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "global-relay-conversation.json",
"title": "Global Relay Conversation",
"description": "A conversation archived in the Global Relay Archive, representing a one-to-one or multi-party messaging exchange including messages, reactions, edits, and file transfers.",
"type": "object",
"required": [
"conversationId",
"channelType",
"events"
],
"properties": {
"conversationId": {
"type": "string",
"description": "Unique identifier for the conversation"
},
"channelType": {
"type": "string",
"description": "The type of messaging channel",
"enum": [
"IM",
"GroupChat",
"Channel",
"SMS",
"MMS",
"Other"
]
},
"title": {
"type": "string",
"description": "Title or subject of the conversation"
},
"participants": {
"type": "array",
"description": "List of participants in the conversation",
"items": {
"$ref": "global-relay-participant.json"
}
},
"events": {
"type": "array",
"description": "List of events in the conversation",
"items": {
"$ref": "global-relay-event.json"
}
}
}
}
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-conversation"
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.