Skip to main content
GET
/
api
/
admins
/
sandboxes
/
orgs
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/admins/sandboxes/orgs \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "repos": [
    {
      "repo_name": "chat",
      "repo_url": "https://github.com/recoupable/chat",
      "total_commits": 5696,
      "latest_commit_messages": [
        "Merge test into main",
        "fix: duration stuck at 0ms for in-progress tasks"
      ],
      "earliest_committed_at": "2024-09-27T17:16:01Z",
      "latest_committed_at": "2026-03-10T19:57:37Z",
      "account_repos": [
        "https://github.com/recoupable/alexis-nixon-8e15ef53-e8ee-4311-8a19-8f7af2435323",
        "https://github.com/recoupable/sidney-swift-848cd58d-700f-4b38-ab4c-d9f526402e3c"
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Response

Org repo statistics retrieved successfully

Response containing commit statistics for all org repositories

status
enum<string>
required

Status of the request

Available options:
success,
error
repos
object[]
required

List of org repos with their commit statistics, ordered by total_commits descending