Search Containerized Extractors

Search for containerized extractors based on query parameters.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
queryobjectRequired

Response

This endpoint returns a set of objects.
ridstring

Unique resource identifier for the extractor.

namestring

The name of the extractor as defined by the user.

imageobject

Container image used to run the extractor.

inputslist of objects

The input files that this extractor requires, mapped to environment variables that store the path to the file.

propertiesmap from strings to strings

Additional properties associated with this extractor.

labelsset of strings

Set of labels applied to this extractor.

createdAtdatetime

Timestamp when this extractor was created.

isArchivedboolean

Whether this extractor is archived.

timestampMetadataobject

Metadata about the intermediate parquet this extractor will produce

descriptionstringOptional

Optional description of the extractor.