Initiating a collection (New Dataset)
Endpoint: POST
/datasets/initiate_collection
POST
body
request_id
string
requiredThe unique identifier for the collection request you are inquiring about.
freshness_ms
string
requiredThe time in milliseconds indicating the desired data freshness.
Body Example
{
"request_id": "j_lsu5sdup1ggkc5umby",
"freshness_ms": 2592000000
}