foundry_agents: List Foundry agents

View source: R/agents.R

foundry_agentsR Documentation

List Foundry agents

Description

List Foundry agents

Usage

foundry_agents(
  limit = NULL,
  after = NULL,
  api_key = NULL,
  token = NULL,
  endpoint = NULL,
  api_version = "v1"
)

Arguments

limit

Integer. Optional maximum number of agents to return.

after

Character. Optional pagination cursor.

api_key

Character. Optional API key. Falls back to configured auth.

token

Character. Optional bearer token. Falls back to configured auth.

endpoint

Character. Optional project endpoint override.

api_version

Character. API version query value. Defaults to "v1".

Value

A tibble with one row per agent.

Examples

## Not run: 
# Requires a configured Azure project endpoint and credentials.
foundry_agents(limit = 20)

## End(Not run)

foundryR documentation built on Sept. 25, 2026, 1:10 a.m.