v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
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

messagestring required

The job message reply for a specific parent message

Example request

{
  "message": "This is a message reply a specific parent message"
}

Response

Created

messageIdstring uuid

Job message created unique identifier

Example response

{
  "messageId": "c48d7485-b359-4b54-95a9-aec4a3bf8818"
}