Reporters
Domains
Get a reporter
Retrieves a single Automation-managed reporter by its key.
get/organizations/{orgId}/environments/{envId}/domains/{domainKey}/reporters/{reporterKey}
Path parameters
orgIdstring required
Identifier of the organization that owns the environment.
envIdstring required
Identifier of the environment the domain belongs to.
domainKeystring required
Key of the domain: its stable, immutable Automation identifier within the environment.
reporterKeystring required
Key of the reporter within the domain.
Response
The reporter
Example response
{
"configuration": "{\"bootstrapServers\":\"kafka:9092\",\"topic\":\"audit\"}",
"key": "audit-kafka",
"name": "Audit events to Kafka",
"type": "reporter-am-kafka"
}