List data sources

Returns every source configured for your organization.

GET /api/v1/sources

Returns every source configured for your organization.

Scope: sources:read

Query parameters

ParamTypeDefault
cursorstring
limitinteger25

Example request

curl https://dashboard.getmacha.com/api/v1/sources \
  -H "Authorization: Bearer $MACHA_API_KEY"

Example response

{
  "data": [
    {
      "id": "source_64f1c0ef2ec711ef6dc1dcf",
      "type": "website",
      "name": "Macha Marketing Site",
      "sync_status": "ready",
      "last_sync_at": "2026-06-20T12:00:00.000Z",
      "document_count": 42,
      "is_active": true,
      "created_at": "2026-06-01T00:00:00.000Z",
      "updated_at": "2026-06-20T12:00:00.000Z"
    }
  ],
  "meta": { "request_id": "req_...", "next_cursor": null }
}

© 2026 AGZ Technologies Private Limited