Skip to main content
GET
/
api
/
admins
/
sandboxes
/
orgs
cURL
curl --request GET \
  --url https://api.recoupable.com/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": [
        {
          "account_id": "<string>",
          "repo_url": "<string>",
          "email": "<string>"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

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

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