Skip to main content
GET
/
datasets
/
{datasetId}
/
parser
Get the parser assigned to a dataset
curl --request GET \
  --url https://api.eu.bronto.io/datasets/{datasetId}/parser \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "parser_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "parser_name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bronto.io/llms.txt

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

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

datasetId
string<uuid>
required

The id of the dataset

Response

The parser assigned to the dataset

parser_id
string<uuid>
parser_name
string