# RIDs
To request a bulk list of RIDs from your storage area, please do the following GET request:
Note: The maximum number of returned rids is 10k. If you want to receive 100 RIDs, please send the &limit=100
parameter and only the last 100 RIDs will be returned.
curl 'https://api.crawlbase.com/storage/rids?token=_USER_TOKEN_&limit=100'
# Response
The response body is a JSON array of rids similar to the below format.
[
RID1,
RID2,
...
]
← Bulk Total Count →