Get IG Container Status

GET https://graph.facebook.com/{{api_version}}/{{ig_container_id}}?fields=status_code,status&access_token={{page_access_token}}

After generating the IG Container, this request will allow you to monitor the status of the upload. Once the status_code is FINISHED, you'll be able to publish the Reel in the next request.

Request Params

KeyDatatypeRequiredDescription
fieldsstring
access_tokenstring

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"status_code":"FINISHED","status":"Finished: Media has been uploaded and it is ready to be published.","id":"18270815569115548"}