β External Public API > Job Execution > General Information β
What is a job execution ? β
- The payload and the output of a job execution is a JSON object.
- The value inside the
payloadandoutputproperties may be of any type. - If a file is present in the
payloadoroutputproperties, it will be presented as a JSON object as described here. The properties of the file object are:object: Alwaysjob-executionid: ID of the filecreatedAt: Creation date of the file (ISO 8601 format)updatedAt: Last update date of the file (ISO 8601 format)url: URL to download the file (example:https://api.product-live.com/v1/data-factory/job-executions/123456789/contents)
General Information β
Technical information β
Limitations
Due to technical implementation of the Job entity in MongoDB, there are known limitations
- To find projects based on created date:
createdAt, you must setcaseSentitivetotrue - With the operator
inandnotIn, thecaseSentitivecriteria is always considered astrue - The operator
searchandlocalizedSearchare not supported