Skip to main content

Get dataset fields

GET 

/api/v1/orgs/:orgID/datasets/:datasetID/fields

Retrieve all fields for a specific dataset within an organization.

Supported Field Types:

  • text - Single or multi-line text input
  • number - Numeric values (integers, decimals)
  • date - Date only (YYYY-MM-DD format)
  • datetime - Date and time (ISO 8601 format)
  • select - Single choice dropdown (DEPRECATED: use multiselect with allowMultiple=false)
  • multiselect - Multiple choice selection (supports both single and multi-selection)
  • file-upload - File attachments (documents, images, etc.)
  • progress-tracker - Workflow states with progression tracking
  • relationship - Links to other records in the system
  • event-markers - Track phases of a live event

Request

Responses

Successfully retrieved dataset fields