Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
assistants
/
{assistant_id}
/
tools
Get Assistant Tools
curl --request GET \
  --url https://api.pulze.ai/v1/apps/{app_id}/assistants/{assistant_id}/tools \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Path Parameters

app_id
string<uuid>
required
assistant_id
string<uuid>
required

Response