---
title: "GET /api/v1/config/trace-jaeger-remote-sampling-strategies/{slug}"
method: GET
path: "/api/v1/config/trace-jaeger-remote-sampling-strategies/{slug}"
tags: ["TraceJaegerRemoteSamplingStrategy"]
---

# GET /api/v1/config/trace-jaeger-remote-sampling-strategies/{slug}

`GET /api/v1/config/trace-jaeger-remote-sampling-strategies/{slug}`

## Path parameters

- `slug` string, required

## Response `200`

A successful response.

- Configv1ReadTraceJaegerRemoteSamplingStrategyResponse
  - `trace_jaeger_remote_sampling_strategy` Configv1TraceJaegerRemoteSamplingStrategy
    - `slug` string — Unique identifier of the TraceJaegerRemoteSamplingStrategy. If a `slug` isn't provided, one will be generated based of the `name` field. You can't modify this field after the TraceJaegerRemoteSamplingStrategy is created.
    - `name` string — Required. Name of the TraceJaegerRemoteSamplingStrategy. You can modify this value after the TraceJaegerRemoteSamplingStrategy is created.
    - `created_at` string, date-time — Timestamp of when the TraceJaegerRemoteSamplingStrategy was created. Cannot be set by clients.
    - `updated_at` string, date-time — Timestamp of when the TraceJaegerRemoteSamplingStrategy was last updated. Cannot be set by clients.
    - `service_name` string — The name of the service this sampling strategy applies to. This must match the slug and name fields.
    - `applied_strategy` TraceJaegerRemoteSamplingStrategyAppliedStrategy
      - `probabilistic_strategy` TraceJaegerRemoteSamplingStrategyProbabilisticStrategy
        - `sampling_rate` number, double — Value in the range [0, 1] that defines the probability of sampling any trace.
      - `per_operation_strategies` TraceJaegerRemoteSamplingStrategyPerOperationSamplingStrategies
        - `default_sampling_rate` number, double — Defines the service-wide sampling probability (in the range [0, 1]) when specific operations are not matched.
        - `default_lower_bound_traces_per_second` number, double — Defines a minimum number of traces to send for ANY operation in the service, regardless of matching per operation strategy.
        - `default_upper_bound_traces_per_second` number, double — Defines a maximum number of traces to send for ANY operation in the service, regardless of matching per operation strategy.
        - `per_operation_strategies` PerOperationSamplingStrategiesPerOperationSamplingStrategy[] — Defines explicit operations-specific strategies that take precedence over the default sampling rate.
          - `operation` string — The operation to which this specific strategy should apply.
          - `probabilistic_sampling_strategy` TraceJaegerRemoteSamplingStrategyProbabilisticStrategy
            - `sampling_rate` number, double — Value in the range [0, 1] that defines the probability of sampling any trace.
      - `rate_limiting_strategy` TraceJaegerRemoteSamplingStrategyRateLimitingSamplingStrategy
        - `max_traces_per_second` integer — Maximum number of traces to sample per second.

## Other responses

- `404` — Cannot read the TraceJaegerRemoteSamplingStrategy because the slug does not exist.
- `500` — An unexpected error response.
- `default` — An undefined error response.

---

[API](https://skmtc.net/chronosphere/apis/config-v1-api.md) · [All operations](https://skmtc.net/chronosphere/apis/config-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chronosphere/config-v1-api/versions/530951bd2ccf/schema)
