start_ratings_job
Initiate an async ratings export job, return a poll URL for later retrieval of results while other tasks proceed.
Instructions
Start the async ratings export job and return a poll_url immediately, without waiting. Call this at the beginning of a workflow, do other data lookups while the job processes (~60–90s), then call get_ratings(poll_url) to collect results. This avoids blocking the workflow mid-step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||