services
Get Service By Id
Get a service by its ID
get/api/v1/services/{service_id}
Path parameters
service_idinteger required
Response
Successful Response
Example response
{
"id": 1,
"name": "Weather tools",
"description": "Service containing tools for fetching weather information",
"auth_value_keys": [
"username",
"password"
],
"last_updated_comments": "Updated description to correct typo",
"last_updated": "2024-01-01T12:00:00Z",
"last_updated_by": "user@email.com",
"tools": [
"hangup",
"summary"
]
}