Trigger async test-and-fetch (preflight check) for any OCF source

Triggers an async preflight check for the specified OCF source.
Preflight checks validate access permissions and service connectivity
before metadata extraction. Returns a job_id that can be polled using
GET /api/v2/bulk_metadata/job/?id={job_id}&extra_details to check the status.

Common check values:

  • check: MDE_ACCESS_CHECK (metadata extraction access)
  • check: TAG_CHECK (tagging permissions)
  • check_ids: MDE_CHECK, POLICY_CHECK

Supports: datasource, bi_server, filesystem, asset_source.

Path Params
string
enum
required

The type of OCF source.

Allowed:
integer
required

The ID of the source.

Body Params
string
Defaults to MDE_ACCESS_CHECK

The preflight check to run (e.g., MDE_ACCESS_CHECK, TAG_CHECK).

check_ids
array of strings
Defaults to MDE_CHECK

List of individual check IDs to execute within the check.

check_ids
Responses

401

Unauthorized (missing or invalid authentication)

403

Forbidden (user is not an admin of the source)

Language
URL
LoadingLoading…
Response
Choose an example:
application/json