GetJobRunFileBody
Model
Used for extracting the actual file(s) for a finished job run.
Required
jobRunId :
string (GUID)
The ID of the job run being queried (retrieved from the StartJobResponse)
Nullable
files :
string
[]
The file(s) to request for a job run.
If multiple files are requested, the response body will be zip archive of all requested files (with each file being named in the top level of the archive)
If a single file is requested, the raw contents of the file will be returned.
Example
{
"jobRunId": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"files": ["string value"]
}