v1

latestOpenAPI 3.1.02026-07-231411067.5 KB
Attributes

List attributes

This endpoint enables you to list the attributes available in your organization's Soda Cloud account.

Optionally filter by resource type using the resourceType query parameter.

This GET is a paginated API that uses the following parameters to request specific details:

  • size: Supply an integer value between 10 and 1000, inclusive. The default value is 1000.

  • page: Supply an integer value. The default value is 0.

  • resourceType: Optional. Filter by resource type (dataset, check, or column).

Authentication

User authentication required: true

This endpoint accepts authentication via API keys in the Basic authentication header, or a pre-authenticated token in HTTP cookie token. Cookie sessions extend automatically on each request.

Authorization

Any Soda Cloud user in your organization may execute this query.

Tags

Attributes

Rate limiting

60 requests/60 seconds

get/api/v1/attributes

Query parameters

pageinteger
resourceType'dataset' | 'check' | 'column'
sizeinteger

Response

Successful response

firstboolean required
lastboolean required
numberinteger required
sizeinteger required
totalElementsinteger required
totalPagesinteger required
All 14 operations