curl --request GET \
--url https://statsigapi.net/console/v1/prompts \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "<string>",
"data": [
{
"id": "<string>",
"description": "<string>",
"lastModifierID": "<string>",
"lastModifiedTime": 123,
"lastModifierEmail": "<string>",
"lastModifierName": "<string>",
"createdTime": 123,
"creatorName": "<string>",
"name": "<string>",
"idType": "<string>",
"creatorID": "<string>",
"creatorEmail": "<string>",
"tags": [
"<string>"
],
"targetApps": [
"<string>"
],
"holdoutIDs": [
"<string>"
],
"team": "<string>",
"teamID": "<string>",
"version": 123
}
],
"pagination": {
"itemsPerPage": 123,
"pageNumber": 123,
"nextPage": "<string>",
"previousPage": "<string>",
"totalItems": 123,
"all": "<string>"
}
}curl --request GET \
--url https://statsigapi.net/console/v1/prompts \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "<string>",
"data": [
{
"id": "<string>",
"description": "<string>",
"lastModifierID": "<string>",
"lastModifiedTime": 123,
"lastModifierEmail": "<string>",
"lastModifierName": "<string>",
"createdTime": 123,
"creatorName": "<string>",
"name": "<string>",
"idType": "<string>",
"creatorID": "<string>",
"creatorEmail": "<string>",
"tags": [
"<string>"
],
"targetApps": [
"<string>"
],
"holdoutIDs": [
"<string>"
],
"team": "<string>",
"teamID": "<string>",
"version": 123
}
],
"pagination": {
"itemsPerPage": 123,
"pageNumber": 123,
"nextPage": "<string>",
"previousPage": "<string>",
"totalItems": 123,
"all": "<string>"
}
}Optional header to respect review settings for mutation endpoints.
List Prompts Success
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
Show child attributes
ID
1000ID of the last modifier.
Time of the last modification.
Email of the last modifier.
Name of the last modifier.
Timestamp when the entity was created.
Name of the creator.
The gate display name
3 - 100List of target applications associated with this configuration.
Holdouts applied to this configuration.
Version number
Pagination metadata for checking if there is next page for example.
Was this page helpful?