---
title: "CRUD APIs for trails.
Get Trail"
method: GET
path: "/v1/accounts/{account_id}/trails/{trail_id}"
tags: ["gateway.openapi_Gateway"]
---

# CRUD APIs for trails.
Get Trail

`GET /v1/accounts/{account_id}/trails/{trail_id}`

## Path parameters

- `account_id` string, required
- `trail_id` string, required

## Query parameters

- `readMask` string

## Response `200`

A successful response.

- GatewayTrail
  - `name` string
  - `displayName` string
  - `createTime` string, date-time
  - `description` string
  - `createdBy` string
  - `langfuseConfig` string — Langfuse configuration for this trail, inherited from the account at creation time. Contains API credentials for a Project within the customer's Langfuse Organization. Serialized JSON format: {"public_key":"pk-lf-xxx","secret_key":"sk-lf-xxx","host":"https://langfuse-prod.fireworks.ai"} If empty, the default Langfuse Organization/Project will be used.

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
