Function getSharingTaskExecution

  • Retrieves a specific sharing task execution.

    Parameters

    • taskId: string

      The sharing task identifier.

    • executionId: string

      The execution identifier. If value is "latest", the latest execution will be returned

    • query: { status?: "failed" | "cancelled" | "successful" }

      an object with query parameters

      • Optionalstatus?: "failed" | "cancelled" | "successful"

        Filter by status. If not present then no filtering is done on the status. This is only relevant when requesting latest execution.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetSharingTaskExecutionHttpResponse>

    GetSharingTaskExecutionHttpError