Skip to main content
GET
/
data-connectors
List all data connectors
curl --request GET \
  --url https://api.cloudglue.dev/v1/data-connectors \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "created_at": 123,
      "updated_at": 123,
      "metadata": {}
    }
  ],
  "total": 123,
  "limit": 123,
  "offset": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

A list of data connectors

object
enum<string>
required

Object type, always 'list'

Available options:
list
data
object[]
required

Array of data connector objects

total
integer
required

Total number of data connectors

limit
integer
required

Number of items returned in this response

offset
integer
required

Offset from the start of the list