Get a specific tool task
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
discussionId
string
required
The unique identifier of the discussion
toolTaskId
string
required
The unique identifier of the tool task
x-universe-auth
string
required
JWT authentication token
``200 Tool task found
``400
Bad request - error getting tool task
``401
Unauthorized - invalid or missing authentication
``404
Discussion or tool task not found
``500
Internal server error
Updated 3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request GET \
--url https://example.com/chats/discussionId/tool-tasks/toolTaskId \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``200
Updated 3 months ago