Content pfp
Content
@
0 reply
0 recast
0 reaction

builderszn.eth pfp
builderszn.eth
@builderszn.eth
is it possible to filter for deleted casts?
1 reply
0 recast
2 reactions

Yoseph Ⓜ️ pfp
Yoseph Ⓜ️
@yosephks.eth
Hi @builderszn.eth You can use our Hubs API to call `getCastsByFid` GRPC API https://docs.airstack.xyz/airstack-docs-and-faqs/farcaster/farcaster-hubs/casts#get-casts-authored-by-fid Here it will return all the casts that have been written by a given FID, to just get the deleted ones, you simply just need to check `data.type` is `MESSAGE_TYPE_CAST_REMOVE` If you want to try this out, you can also feel free to test it out directly from our swagger interface here for the equivalent HTTP API `v1/castsByFid` here https://swagger.airstack.xyz/hubs All you need is to provide the user FID to get the deleted casts Let me know if you have any other questions 🙏
0 reply
0 recast
0 reaction