Retrieve a List of Task Conversations

get

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

Retrieves the conversations associated with a task.

Request

Path Parameters
Query Parameters
  • Retrieves only the conversation for the specified conversation name
Back to Top

Response

Supported Media Types

200 Response

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

400 Response

Bad Request

401 Response

Unauthorized

404 Response

Conversations not found for given task

500 Response

Internal Server Error
Back to Top