Get Import Tasks

Overview

get_import_tasks checks the status of the RLS/IAS network search for the current user's records, started after enable_ias_import_consent. All filters are optional and can be combined.

Optional Parameters

code (string)

  • Filter to tasks with this code. Omit to return tasks of any code.

status (string)

  • Filter to tasks with this status. Omit to return tasks of any status.

subject (string)

  • Filter to tasks for this subject. Omit to return tasks for any subject.

page (integer)

  • Page number of results to retrieve (0-based).

page_size (integer)

  • Number of results to return per page.

Returns

  • resources — list of matching tasks, each with id, resource_type, status, business_status, code, description, last_modified.
  • paging_infopage_number, page_size, total_items, total_pages.



Did this page help you?