cURL
curl --request GET \ --url https://api.databar.ai/v1/exporters/{exporter_id} \ --header 'x-apikey: <x-apikey>'
{ "id": 1, "name": "Google Sheets Exporter", "description": "Push data to Google Sheets", "dataset": 42, "params": [ { "name": "spreadsheet_url", "is_required": true, "type_field": "text", "description": "Google Sheets URL" } ], "response_fields": [ { "name": "status", "type_field": "text" } ] }
Retrieve detailed information about a specific exporter by its ID, including its input parameters and output fields.
API Key for authentication
The ID of the exporter to retrieve
Successful Response
Show child attributes