Skip to main content
GET
/
api
/
v1
/
repos
Error
A valid request URL is required to generate request examples
{
  "repos": [
    {
      "repo_handle": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "is_public": true,
      "is_archived": true,
      "tags": [
        "<string>"
      ],
      "owner": "<string>",
      "full_name": "<string>",
      "num_likes": 123,
      "num_downloads": 123,
      "num_views": 123,
      "num_commits": 123,
      "description": "<string>",
      "readme": "<string>",
      "restricted_mode": false,
      "original_repo_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "upstream_repo_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "commit_tags": [],
      "liked_by_auth_user": true,
      "last_commit_hash": "<string>",
      "created_by": "<string>",
      "original_repo_full_name": "<string>",
      "upstream_repo_full_name": "<string>",
      "latest_commit_manifest": {
        "commit_hash": "<string>",
        "manifest": {},
        "examples": [
          {
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "start_time": "2023-11-07T05:31:56Z",
            "inputs": {},
            "outputs": {}
          }
        ]
      }
    }
  ],
  "total": 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

with_latest_manifest
boolean
default:false
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
sort_field
enum<string> | null
Available options:
num_likes,
num_downloads,
num_views,
updated_at,
relevance
sort_direction
Allowed value: "asc"

Response

Successful Response

repos
RepoWithLookups · object[]
required
total
integer
required