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

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

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

## Query parameters

- `page.max_size` integer
- `page.token` string
- `slugs` string[]
- `names` string[]
- `service_names` string[]
- `name_or_service_contains` string

## Response `200`

A successful response.

- Configv1ListTraceJaegerRemoteSamplingStrategiesResponse
  - `page` Configv1PageResult
    - `next_token` string — An opaque page token that identifies the next page of items that the client should request. An empty value indicates that there are no more items to return.
  - `trace_jaeger_remote_sampling_strategies` Configv1TraceJaegerRemoteSamplingStrategy[]
    - `applied_strategy` TraceJaegerRemoteSamplingStrategyAppliedStrategy
      - `per_operation_strategies` TraceJaegerRemoteSamplingStrategyPerOperationSamplingStrategies
        - `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_sampling_rate` number, double — Defines the service-wide sampling probability (in the range `[0, 1]`) when specific operations are not matched.
        - `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 applies.
          - `probabilistic_sampling_strategy` TraceJaegerRemoteSamplingStrategyProbabilisticStrategy
            - `sampling_rate` number, double — Value in the range `[0, 1]` that defines the percentage probability of sampling any trace, where `0` is zero percent and `1` equals 100 percent.
      - `probabilistic_strategy` TraceJaegerRemoteSamplingStrategyProbabilisticStrategy
        - `sampling_rate` number, double — Value in the range `[0, 1]` that defines the percentage probability of sampling any trace, where `0` is zero percent and `1` equals 100 percent.
      - `rate_limiting_strategy` TraceJaegerRemoteSamplingStrategyRateLimitingSamplingStrategy
        - `max_traces_per_second` integer — Maximum number of traces to sample per second.
    - `created_at` string, date-time — Timestamp of when the TraceJaegerRemoteSamplingStrategy was created. Cannot be set by clients.
    - `name` string, required — The name of the TraceJaegerRemoteSamplingStrategy. You can modify this value after the TraceJaegerRemoteSamplingStrategy is created.
    - `service_name` string — The name of the service this sampling strategy applies to. This value must match the `slug` and `name` fields.
    - `slug` string — The unique identifier of the TraceJaegerRemoteSamplingStrategy. If a `slug` isn't provided, one is generated based on the `name` field. You can't modify this field after the TraceJaegerRemoteSamplingStrategy is created.
    - `updated_at` string, date-time — Timestamp of when the TraceJaegerRemoteSamplingStrategy was last updated. Cannot be set by clients.

## Other responses

- `500` — An unexpected error response.
- `default` — An undefined error response.

---

[API](https://skmtc.dev/chronosphere/apis/data-v1-api.md) · [All operations](https://skmtc.dev/chronosphere/apis/data-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chronosphere/data-v1-api/revisions/ee91fd539ced/schema)
