Get Containerized Extractor

Get a containerized extractor by its RID.

Path parameters

extractorRidstringRequired

Headers

AuthorizationstringRequired

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

Response

This endpoint returns an object.
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.