get_ratings
Retrieve player ratings including overall, potential, and attribute scores. Use a poll URL to collect results without restarting the job, or start a new job and wait up to 5 minutes.
Instructions
Retrieve player ratings (overall, potential, and per-attribute). If you have a poll_url from start_ratings_job, pass it here to collect results without re-starting the job. Without poll_url, starts a new job and blocks up to ~5 minutes waiting for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll_url | No | Poll URL returned by start_ratings_job. If provided, skips the job startup and 30s initial delay. | |
| player_ids | No | Filter results to specific player IDs. The full async job still runs, but only matching players are returned. |