repos

List Repos

Get all repos.

get/api/v1/repos

Query parameters

with_latest_manifestboolean
limitinteger
offsetinteger
tenant_handlestring nullable
tenant_idstring uuid nullable
querystring nullable
has_commitsboolean nullable
tagsstring[] nullable
is_archived'true' | 'allow' | 'false' nullable
is_public'true' | 'false'
upstream_repo_ownerstring nullable
upstream_repo_handlestring nullable
tag_value_idstring[] nullable
repo_type'prompt' | 'file' | 'agent' | 'skill' nullable
repo_typesstring[] nullable
source'internal' | 'external' nullable
sort_field'num_likes' | 'num_downloads' | 'num_views' | 'updated_at' | 'relevance' nullable
'asc'
OR
'desc'

Response

Successful Response

totalinteger required

Changes

Changed in 4 of the 48 revisions of this API.14

    • added the new optional query request parameter source

      new-optional-request-parameter

    • added the optional property repos/items/source to the response with the 200 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter repo_types

      new-optional-request-parameter

    This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property repos/items/restricted_mode from the response with the 200 status

      response-optional-property-removed

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property repos/items/restricted_mode to the response with the 200 status

      response-optional-property-added