Get Fields from Dataset (v1)

Deprecated. Use "Get Fields from Dataset (v1.2)" instead.

Returns a paginated list of field descriptors for the specified dataset. Each field includes its machine-readable name, human-readable label, parentType, parentName, and entityName. Use the returned field name values in the fields array when querying data via "Get Data from Dataset". Use "List Datasets (v1.2)" to discover valid dataset names.

Pagination defaults to page 1 with 500 fields per page (maximum 1000). Out-of-range page numbers are clamped to the nearest valid page. The next_page and prev_page links in the pagination object are absolute URLs.

Error responses (400, 403, 500) return plain-text bodies, not JSON.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The machine-readable name of the dataset to retrieve fields for. Use "List Datasets (v1.2)" to discover valid names.

Query Params
integer
≥ 1
Defaults to 1

The page number to retrieve. Out-of-range values are clamped to the nearest valid page. Defaults to 1.

integer
1 to 1000
Defaults to 500

The number of field records to retrieve per page. Defaults to 500. Maximum is 1000.

Responses

400

The specified dataset name was not found. The body is a plain-text message.

403

Insufficient permissions to access dataset fields. The body is a plain-text message.

500

Internal server error while fetching the dataset configuration. The body is a plain-text message.

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json