UNPKG

contentful-management

Version:
6 lines 256 B
import * as raw from './raw'; export const get = (http, params, headers) => { return raw.get(http, `/spaces/${params.spaceId}/environments/${params.environmentId}/ai/actions/${params.aiActionId}/invocations/${params.invocationId}`, { headers }); };