List data models

This endpoint retrieves a list of all data models available. You can use the response from this endpoint to review existing data models and determine if there are duplicates or gaps.

Usage notes

This endpoint requires no parameters for basic requests, but supports query parameters for pagination and response limit.

Users with the Admin account type can optionally retrieve all data models in the organization.

Pagination

This endpoint supports pagination, which lets you retrieve large sets of data in manageable segments. The response includes pagination details as follows:

  • hasMore: A boolean value indicating whether there are more pages of data available beyond the current page.
  • total: The total number of entries available across all pages.
  • nextPage: An identifier or token that you can use in a subsequent request to retrieve the next page of data.

Example response for pagination

{ "hasMore": true, "total": 104, "nextPage": "50" } To request additional pages, include the nextPage option in your followup request according to the endpoint's parameter requirements. This process can be repeated until the nextPage option returns null, indicating that no further data is available.

Usage scenarios

  • Data model navigation: Allows users to easily navigate through their available of data models and access the one they need.
  • Track lineage: Identify dependencies and lineage of data sources and data models.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Use to specify further pages using the string returned in the nextPage portion of the response.

number

Number of results to return per page, with a maximum of 1,000 per request. Use the page option in subsequent requests to retrieve the next set of results.

boolean

Whether to exclude additional information about tagged versions of each result

boolean

Only available to Sigma admins. Return all data models, regardless of whether the user has access.

Responses

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