Get job render logs
Retrieve the stored render log for a job as plain text. Returns 404 when the job does not exist or no stored log is available.
Authorizations
Bearer token authentication using API tokens for team-based access control.
You can generate your own API token at: https://app.nexrender.com/settings/api-tokens
Path Parameters
Unique job identifier
^[0-9A-HJKMNP-TV-Z]{26}$Response
Successfully retrieved the render log.
The response is of type string.
"aerender version 26.0x67\nPROGRESS: Launching After Effects...\nPROGRESS: Render Settings: nx_full\nPROGRESS: Output Module: nx_video_h264_vbr_15mbps\nPROGRESS: Format: H.264\nPROGRESS: 0:00:00:00 (1): 0 Seconds\n...\nPROGRESS: Total Time Elapsed: 14 Seconds"

