Endpoint: POST /datasets/initiate_collection

POST body

request_id
string
required

The unique identifier for the collection request you are inquiring about.

freshness_ms
string
required

The time in milliseconds indicating the desired data freshness.

Body Example
{
    "request_id": "j_lsu5sdup1ggkc5umby",
    "freshness_ms": 2592000000
}