jobs
Create Job Message
Use this endpoint to create a job message. Please note that the message will only be created as a comment.
This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.
post/jobs/{jobId}/messages
Path parameters
jobIdstring uuid required
The job's unique identifier
Request body
Example request
{
"message": "This is a message for the job"
}Response
Created
Example response
{
"messageId": "c48d7485-b359-4b54-95a9-aec4a3bf8818"
}