Skip to main content
GET
Error

Authorizations

X-Api-Key
string
header
required

LangSmith API key (lsv2_...).

Path Parameters

agent_id
string<uuid>
required

Agent ID

Query Parameters

include
enum<string>

Comma-separated relations to hydrate: owner (resolve owner_id into an owner object) and/or files (raw file map). Omitted by default. The legacy include_files=true boolean is a deprecated alias for include=files.

Available options:
owner,
files

Response

OK

access_level
enum<string>

The caller's access level on this agent.

Available options:
READ,
RUN,
WRITE
Example:

"WRITE"

backend
object
created_at
string<date-time>
Example:

"2026-01-15T09:30:00Z"

description
string
Example:

"Researches topics and drafts summaries."

display
object
extras
object
files
object

Raw file map. Returned only when include_files=true.

id
string<uuid>
Example:

"11111111-1111-1111-1111-111111111111"

instructions
string

Deprecated: use system_prompt. Echoed alongside system_prompt with the same value for backwards compatibility.

is_owner
boolean

True when the caller owns this agent.

Example:

true

model
object
name
string
Example:

"Research Assistant"

options
object
owner
object
owner_id
string<uuid>
Example:

"7f8e9d0c-1b2a-3948-5766-8594a3b2c1d0"

permissions
object
revision
string

Opaque identifier for the agent's current revision.

Example:

"rev_3f9a2b1c"

subagents
object[]

Subagents parsed from subagents/<name>/AGENTS.md + subagents/<name>/tools.json.

system_prompt
string

Agent system prompt parsed from AGENTS.md.

Example:

"You are a helpful research assistant."

tools
object

Tool config parsed from tools.json.

updated_at
string<date-time>
Example:

"2026-01-15T09:30:00Z"