Get upload link status
get_upload_link_statusCheck an upload link's state: pending (the user has not uploaded yet), uploaded (returns the upload_id — continue with get_upload), or expired (mint a fresh link with create_upload_link). Poll after the user says they uploaded the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | The link id returned by create_upload_link. |