GET /v1/services/messagingServices/{id}
Retrieve a Messaging Service
Get a messaging service by ID or fully qualified name
GET
GET /v1/services/messagingServices/{id}
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a Messaging Service
Get a single messaging service by its unique ID or fully qualified name.Get by ID
UUID of the messaging service to retrieve.
Comma-separated list of fields to include. Valid fields:
pipelines, owners, tags, domains, followers.Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/services/messagingServices/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the messaging service (e.g.,
sample_kafka).Comma-separated list of fields to include. Valid fields:
pipelines, owners, tags, domains, followers.Include
all, deleted, or non-deleted entities.GET /v1/services/messagingServices/{id}
Returns
Returns a messaging service object with all requested fields populated.Response
Unique identifier for the messaging service (UUID format).
Messaging service name.
Fully qualified name of the service.
Human-readable display name.
Description of the messaging service in Markdown format.
Type of messaging service (e.g., Kafka, Redpanda, Kinesis).
Connection configuration for the service.
Version number for the entity.
List of owners. Only included when
fields contains owners.Classification tags. Only included when
fields contains tags.Domain assignments. Only included when
fields contains domains.Users following this service. Only included when
fields contains followers.Ingestion pipelines associated with this service. Only included when
fields contains pipelines.Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this messaging service |
404 | NOT_FOUND | Messaging service with given ID or FQN does not exist |