Get a catalog import result
Returns the current result of a previously accepted import action without exposing another restaurant or authorization boundary.
/v1/restaurants/{restaurantId}/catalog-import/actions/{actionId}Returns the current result of a previously accepted import action without exposing another restaurant or authorization boundary. Organization-boundary tokens also require fiest.organization.read.
Quick request
curl -X GET "https://example.com/v1/restaurants/11111111-1111-4111-8111-111111111111/catalog-import/actions/aaaaaaaa-aaaa-4aaa-8aaa-aaaaaaaaaaaa" \ -H "Authorization: Bearer $FIEST_ACCESS_TOKEN"{ "data": { "status": "succeeded", "result": null }}Authorization
fiestOAuth fiest.restaurant.read, fiest.menu.read, fiest.catalog.import.writeOAuth 2.1 authorization code with PKCE. Partner clients and redirect URIs must be approved by Fiest before use.
In: header
Scope: fiest.restaurant.read, fiest.menu.read, fiest.catalog.import.write
Path Parameters
A restaurant identifier returned by the authorized restaurant list.
uuidThe UUID action identifier returned when an import is accepted.
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json