Skip to main content
GET
/
api
/
v1
/
repos
/
tags
Error
A valid request URL is required to generate request examples
{
  "tags": [
    {
      "tag": "<string>",
      "count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
tenant_handle
string | null
tenant_id
string<uuid> | null
query
string | null
has_commits
boolean | null
tags
string[] | null
is_archived
enum<string> | null
Available options:
true,
allow,
false
is_public
enum<string> | null
Available options:
true,
false
upstream_repo_owner
string | null
upstream_repo_handle
string | null
tag_value_id
string<uuid>[] | null
repo_type
enum<string> | null
Available options:
prompt,
file,
agent,
skill
repo_types
enum<string>[] | null
Available options:
prompt,
file,
agent,
skill
source
enum<string> | null
Available options:
internal,
external

Response

Successful Response

tags
TagCount · object[]
required