Get upload status
get_upload_statusRetrieve the progress or result of an async upload by request_id, or check the status of a scheduled post by job_id.
Instructions
Check the progress/result of an async upload (by request_id) or a scheduled post (by job_id). Provide one of the two.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | job_id returned for scheduled posts. | |
| request_id | No | request_id returned when async_upload=true. |