| foundry_agents | R Documentation |
List Foundry agents
foundry_agents(
limit = NULL,
after = NULL,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = "v1"
)
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 |
A tibble with one row per agent.
## Not run:
# Requires a configured Azure project endpoint and credentials.
foundry_agents(limit = 20)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.