Skip to main content
GET
/
resources
List resources
curl --request GET \
  --url https://api.ledgerbeam.com/v1/resources \
  --header 'API-KEY: <api-key>'
{
  "next_cursor": "XjdHaksD",
  "data": [
    {
      "id": "res_123456789",
      "name": "My Database",
      "description": "Production database connection",
      "type": "postgresql",
      "status": "active",
      "created_at": "2024-01-15T10:30:00Z",
      "updated_at": "2024-01-15T10:35:00Z"
    }
  ]
}

Overview

Retrieve a list of resources. Resources represent data sources like databases, APIs, or files that can be connected to LedgerBeam for data analysis and processing.

Authorizations

API-KEY
string
header
required

API key for authentication

Response

200 - application/json

Resources retrieved successfully

next_cursor
string

Pagination cursor for next page

Example:

"XjdHaksD"

data
object[]

List of resources