jobs
Create Job Message Reply
Use this endpoint to reply to an existing 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/{messageId}/replies
Path parameters
jobIdstring uuid required
The job's unique identifier
messageIdstring uuid required
The job message unique identifier
Request body
Example request
{
"message": "This is a message reply a specific parent message"
}Response
Created
Example response
{
"messageId": "c48d7485-b359-4b54-95a9-aec4a3bf8818"
}