Retrieve a Task Conversation by Conversation ID

get

/ic/api/process/v1/tasks/{id}/conversations/{conversationId}

Retrieves the conversation associated with a task based on a given conversationId

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : conversationInstanceList
Type: object
Show Source

400 Response

Bad Request

401 Response

Unauthorized

404 Response

Conversation not found for given task

500 Response

Internal Server Error
Back to Top