List Assignment Sources
https://statsigapi.net/console/v1/experiments/assignment_sourcesAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Query parameters
limitintegerResults per page
pageintegerPage number
Response
application/jsonmessagestringrequiredA simple string explaining the result of the operation.
dataobject[]requiredShow child attributes
name[]stringrequiredUnique identifier for the assignment source.
description[]stringrequiredDetailed context and purpose of the assignment source.
isVerified[]booleanMarks the assignment source as verified for internal trustworthiness.
tags[]string[]requiredTags for categorization and search.
sql[]stringrequiredSQL query defining the data source for assignments.
timestampColumn[]stringrequiredColumn name representing the timestamp of assignments.
experimentIDColumn[]stringrequiredColumn name for the experiment ID associated with the assignments.
groupIDColumn[]stringrequiredColumn name for the group ID linked to the assignments.
groupNameColumn[]stringOptional column name for the group name linked to the assignments.
idTypeMapping[]object[]requiredMappings of Statsig units to their respective columns.
Show child attributes
statsigUnitID[]stringrequiredID for the Statsig unit.
column[]stringrequiredColumn name associated with the ID type mapping.
isReadOnly[]booleanSpecifies if the source can only be edited via the Console API.
owner[]objectSchema for owner data including ID, type, name. Note that if Entity is created by CONSOLE API, owner will be undefined.
Show child attributes
ownerIDstringID of the owner
ownerTypestringType of the owner (e.g., SDK_KEY or USER)
ownerNamestringThe name of the owner. This field is optional.
ownerEmailstringThe email of the owner. This field is optional.
team[]stringOptional field indicating the team name responsible for the metric, aiding in accountability and management.
teamID[]stringOptional field indicating the team ID responsible for the metric, aiding in accountability and management.
scheduledReloadHour[]integerOptional field indicating what UTC hour to run a scheduled scan for the assignment source.
paginationobjectrequiredPagination metadata for checking if there is next page for example.
statusintegerrequiredmessagestringrequiredstatusintegerrequiredmessagestringrequiredWas this helpful?