GET /v1/services/messagingServices/{id}
Retrieve a Messaging Service
Retrieve a messaging service connection by UUID or fully qualified name with optional field expansion for configuration and metadata using the Collate REST API.
GET
GET /v1/services/messagingServices/{id}
Retrieve a Messaging Service
Get a single messaging service by its unique ID or fully qualified name.Get by ID
string
required
UUID of the messaging service to retrieve.
string
Comma-separated list of fields to include. Valid fields:
pipelines, owners, tags, domains, followers.string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/services/messagingServices/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the messaging service (e.g.,
sample_kafka).string
Comma-separated list of fields to include. Valid fields:
pipelines, owners, tags, domains, followers.string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.GET /v1/services/messagingServices/{id}
Returns
Returns a messaging service object with all requested fields populated.Response
string
Unique identifier for the messaging service (UUID format).
string
Messaging service name.
string
Fully qualified name of the service.
string
Human-readable display name.
string
Description of the messaging service in Markdown format.
string
Type of messaging service (e.g., Kafka, Redpanda, Kinesis).
object
Connection configuration for the service.
number
Version number for the entity.
array
List of owners. Only included when
fields contains owners.array
Classification tags. Only included when
fields contains tags.array
Domain assignments. Only included when
fields contains domains.array
Users following this service. Only included when
fields contains followers.array
Ingestion pipelines associated with this service. Only included when
fields contains pipelines.