I am try to find out how many STIX objects are being fed into our instance by the API. Is there any way to see this in the web portal?
Hey @axr
We generate STIX bundles at post level.
Here is the bundle for this post: Obstracts Web | Turn any blog into structured threat intelligence
curl -X 'GET' \ 'https://api.obstracts.com/v1/feeds/b469ec75-d7c2-5a5e-8fd7-f51ef1d7b9d0/posts/fd086420-526e-5b80-a1ba-00ddd4c172d0/objects/' \ -H 'accept: application/json' \ -H 'API-KEY: HIDDEN'
At the top of the response you’ll see all STIX objects that are linked to that post, and the total number
{
"page_size": 50,
"page_number": 1,
"page_results_count": 50,
"total_results_count": 406,
"objects": [
{
"created": "2026-04-24T21:45:07.542794Z",