PHP (Extension) / MeiliSearch v0.24 / Get status for one update
Back to Collection Items
<?php
include("chilkat.php");
// Use "chilkat_9_5_0.php" for versions of Chilkat < 10.0.0
$success = $http->QuickGetSb('http://localhost:7700/indexes/indexUID/updates/0',$sbResponseBody);
?>
Curl Command
curl -X GET
-H "X-Meili-Api-Key: masterKey"
http://localhost:7700/indexes/indexUID/updates/0
Postman Collection Item JSON
{
"name": "Get status for one update",
"request": {
"method": "GET",
"header": [
],
"url": {
"raw": "{{url}}/indexes/{{indexUID}}/updates/0",
"host": [
"{{url}}"
],
"path": [
"indexes",
"{{indexUID}}",
"updates",
"0"
]
}
},
"response": [
]
}