Authorizations
Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.
Path Parameters
The UUID of the Site.
The UUID of the Job.
Response
Job details retrieved successfully.
Base62 encoded job UUID, used in log messages/urls.
Example:
"jobTokenExample"
Example:
"some-idempotency-key-uuid-or-id"
Example:
"site-uuid-here/1678886400.rsc"
Relative URL to view logs related to this job in the UI.
Example:
"logs?group=sites&streams=site-uuid&start=2023-01-01T00:00:00&end=2023-01-01T00:30:00&filter={$.message=*jobTokenExample*}&limit=10"
The actual script payload associated with the job. Included in GET specific job details.