Skip to main content

List Discoveries

Returns a list of all discoveries created by or shared with the authenticated user.

Getting Started

URL REQUEST (GET)
https://api.statsocial.com/platform/v0/discoveries

We will receive a json like this:

{
"response": {
"discoveries": [
{
"id": 123,
"name": "My Creator Discovery",
"ss_ids_key": "/uploads/2024-01-15/078ace94fad569f01d1a3a99a440cf5c.ssid",
"entity_type": "creators",
"type": "shared_audience",
"audience_id": 12345,
"networks": {
"tik_tok": true,
"instagram": true,
"youtube": false,
"twitter": false,
"bluesky": false
},
"followers_min": 10000,
"followers_max": 1000000,
"gender": "female",
"country": ["US", "UK"],
"age": ["18-24", "25-34"],
"status": "finished",
"createdBy": 1,
"updatedBy": 1,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z"
},
{
"id": 124,
"name": "Sports Creators Discovery",
"ss_ids_key": "sports",
"entity_type": "creators",
"type": "topic",
"audience_id": null,
"networks": {
"tik_tok": false,
"instagram": true,
"youtube": true,
"twitter": false,
"bluesky": false
},
"followers_min": 50000,
"followers_max": null,
"gender": "male",
"country": ["US"],
"status": "running",
"createdBy": 1,
"updatedBy": 1,
"createdAt": "2024-01-16T08:00:00Z",
"updatedAt": "2024-01-16T08:00:00Z"
}
]
},
"information": {
"version": "0.0.1"
}
}

Response Fields

FieldTypeDescription
idintegerUnique identifier for the discovery
namestringName given to the discovery
ss_ids_keystringThe SS ID key or topic used
entity_typestringType of entities: creators, brands, or media
typestringDiscovery type: audience, topic, or shared_audience
audience_idintegerAssociated audience ID (if applicable)
networksobjectNetworks enabled for this discovery
followers_minintegerMinimum follower count filter
followers_maxintegerMaximum follower count filter (if set)
genderstringGender filter applied
countryarrayCountry filters applied
agearrayAge range filters applied
statusstringCurrent status: queued, running, finished, or failed
createdByintegerUser ID who created the discovery
createdAtstringISO 8601 timestamp of creation
updatedAtstringISO 8601 timestamp of last update