---
title: "GET /LineRuns/search"
method: GET
path: "/LineRuns/search"
tags: ["LineRuns"]
---

# GET /LineRuns/search

`GET /LineRuns/search`

Search line runs

## Response `200`

Success

- LineRun[]
  - `line_run_id` string, required
  - `trace_id` string, required
  - `root_span_id` string, required
  - `inputs` object, required
  - `outputs` object, required
  - `start_time` string, date-time, required
  - `end_time` string, date-time, required
  - `status` string, required
  - `latency` string, required
  - `name` string, required
  - `kind` string, required
  - `cumulative_token_count` CumulativeTokenCount
    - `completion` integer
    - `prompt` integer
    - `total` integer
  - `evaluations` object

## Changes

- **2026-07-17** `04d616ce43c8` — 1 info
  - endpoint added
- **2024-03-28** `91b8a2cf45a2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/prompt-flow-service/changes/LineRuns/search/get.md)

---

[API](https://skmtc.dev/azure/apis/prompt-flow-service.md) · [All operations](https://skmtc.dev/azure/apis/prompt-flow-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/prompt-flow-service/revisions/04d616ce43c8/schema)
