# Access Workload endpoints

> Access Workload endpoints - Inference example code and OpenTelemetry instrumentation snippets for a
> deployed Workload.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-06-22T16:50:38.252540+00:00` (UTC).

## Primary page

- [Access Workload endpoints](https://docs.datarobot.com/en/docs/workload-api/operate-workloads/endpoints-ui/index.html.md): Full documentation for this topic (Markdown sidecar).

## Related documentation

- [Workload API](https://docs.datarobot.com/en/docs/workload-api/index.html.md): Linked from this page.
- [Operate running Workloads](https://docs.datarobot.com/en/docs/workload-api/operate-workloads/index.html.md): Linked from this page.
- [Invoke a Workload](https://docs.datarobot.com/en/docs/workload-api/operate-workloads/endpoints-ui/inference.html.md): Linked from this page.
- [Instrument a Workload with OpenTelemetry](https://docs.datarobot.com/en/docs/workload-api/operate-workloads/endpoints-ui/instrumentation.html.md): Linked from this page.
- [REST: Monitor Workloads](https://docs.datarobot.com/en/docs/workload-api/monitor-workloads/monitoring-rest-endpoints.html.md): Linked from this page.
- [Application OpenTelemetry telemetry](https://docs.datarobot.com/en/docs/workload-api/monitor-workloads/otel-telemetry.html.md): Linked from this page.

## Documentation content

> [!NOTE] Preview
> The Workload API is a preview feature, on by default.
> 
> Feature flag: Enable Access to Workload API Experimental Features

The Endpoints tab on a deployed Workload provides copy-ready code for two distinct workflows. Each left-rail sub-tab opens a focused view:

| Sub-tab | What it shows |
| --- | --- |
| Invoke a Workload | API example code (Python or cURL) for calling the Workload's invoke URL, with Bearer-token authorization. |
| Instrument a Workload with OpenTelemetry | OpenTelemetry (OTel) snippets for emitting traces, logs, and metrics from inside the container. |

For the Workload API monitoring surfaces (statistics, lifecycle events, replacement history), see [REST: Monitor Workloads](https://docs.datarobot.com/en/docs/workload-api/monitor-workloads/monitoring-rest-endpoints.html.md). For where each OTel signal surfaces in the Console after instrumentation, see [Application OpenTelemetry telemetry](https://docs.datarobot.com/en/docs/workload-api/monitor-workloads/otel-telemetry.html.md).
