/
ME
metarouter
/
Control API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 2w ago
View markdown
metarouter
Control API
get
GetLuaModules
v1
latest
OpenAPI 3.0.0
Commercial
2026-07-24
70
265
161.8 KB
ControlService
70
get
SearchEventTraces searches event trace data by various dimensions.
get
GetFileCredential
post
CreateFileCredential creates a file credential given the id.
delete
DeleteFileCredential
get
ListFileCredentials
get
GetPipeline
post
CreatePipeline
delete
DeletePipeline permanently deletes a pipeline for a writekey.
post
DiffPipeline returns a diff of the pipeline without modifying any persisted resources.
get
GetRuntimePipeline returns the pipeline as seen by the system at runtime.
get
GetAllUniqueIntegrations
get
GetWriteKeys
post
QueryDeliveryAnalytics returns total counts of events delivered to integrations.
post
QueryIngestionAnalytics returns total counts of events ingested into the cluster.
get
ListAnalyticsIntegrations lists integrations observed in delivery analytics.
get
GetAnalyticsJSFile retrieves a gzipped analytics.js file from the cluster based on the pipeline_id.
post
CreateAnalyticsJSFile stores a gzipped analytics.js file inside of the cluster.
post
CreateCrossDomain creates a cross domain which is served by the ingestor.
delete
DeleteCrossDomain deletes a cross domain.
get
ListCrossDomains
post
CreateEnrichmentVariable creates an enrichment variable that can be used in the enrichment service.
delete
DeleteEnrichmentVariable
get
ListEnrichmentVariables
get
GetPipelineSchemaViolations gets the total count of all schema violations grouped by the event name.
get
GetEventSchemaViolations gets the details of schema violations for a specific event name.
get
GetEventSchemaViolationEvents gets a sampling of events that match a schema violation.
get
ListPipelineSchemaViolations gets the total count of all schema violations grouped by write_key, schema_id, and version_id.
get
GetEventValues returns distinct arrays of common event values.
get
SearchGeneratedEventSchemas
get
GeneratedEventSchemaDetails returns details about an event schema.
get
GeneratedEventSchemasSummary
post
CreateIngestDomain adds domain as an endpoint for event ingestion.
delete
DeleteIngestDomain deletes the ingest domain.
get
ListIngestDomains retrieves all ingest domains.
post
ClientCredentialsToken sends a request to Auth0 using OAuth Client Credentials flow.
get
ListSchemaLibraries
get
GetSchemaLibrary
post
UpsertSchemaLibrary creates or updates all Event Schemas in the cluster based on write_key.
delete
DeleteSchemaLibrary
get
ListSyncFunctionOriginURLs
post
CreateSyncFunctionOriginURL creates a sync function origin URL.
delete
DeleteSyncFunctionOriginURL
post
DeliverEventToIntegration delivers an event to an integration and returns the response.
post
ValidateIngestDomain
post
ValidateIngestTLS validates the ingest ingress TLS certificate.
post
TransformEventWithPlaybook
post
ValidateIntegration
get
GetLuaModules
get
GetLuaModule
post
CreateLuaModule creates a Transformation Library (Lua module).
delete
DeleteLuaModule
get
GetSecret
post
CreateSecret creates a secret.
delete
DeleteSecret
post
CloneSecret clones a secret from an existing secret.
get
GetAudienceActivationConfig
post
CreateAudienceActivationConfig
delete
DeleteAudienceActivationConfig
get
GetRuntimeAudienceActivationConfig
get
GetMatchTableConfig
post
CreateMatchTableConfig
delete
DeleteMatchTableConfig
get
ListMatchTableConfigs
post
ValidateEvent parses and validates an event, returning its derived metadata.
get
GetRuntimeMatchTableConfig
get
ListRuntimeMatchTableConfigs
post
CreateReplay
get
GetRuntimeReplayConfig
post
QueryDeliveryTimeseries returns event delivery (forwarder) counts bucketed by time, suitable for plotting trend charts in a single call.
post
QueryIngestionTimeseries returns event ingestion counts bucketed by time, suitable for plotting trend charts in a single call.
ControlService
GetLuaModules
Returns all Transformation Libraries (Lua modules).
get
/v1.1/transformation_libraries
Response
OK
ProtobufControlpbV1GetLuaModulesResponse
required
luaModules
union[]
nullable