INSTAGRAM_GET_POST_STATUS
Check the processing status of a draft post container.
Remote instagram
Other tools also called INSTAGRAM_GET_POST_STATUS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"creation_id": {
"type": "string",
"title": "Creation Id",
"description": "Post container creation id"
},
"graph_api_version": {
"type": "string",
"title": "Graph Api Version",
"default": "v21.0",
"nullable": true
}
}
}