Skip to main content
GET
/
v1
/
exporters
Get available exporters
curl --request GET \
  --url https://api.databar.ai/v1/exporters/ \
  --header 'x-apikey: <x-apikey>'
[
  {
    "id": 1,
    "name": "Google Sheets Exporter",
    "description": "Push data to Google Sheets",
    "dataset": 42
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.databar.ai/llms.txt

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

Headers

x-apikey
string
required

API Key for authentication

Query Parameters

q
string

Query string used for searching through exporters.

Minimum string length: 3
page
integer | null

Page number. Omit for a plain list.

Required range: x >= 1
limit
integer
default:50

Items per page (max 500). Only used with page.

Required range: 1 <= x <= 500

Response

List of exporters (plain array or paginated envelope)