FruxonDocs
ApiSkills

Retrieves a specific skill by ID.

GET
/v1/tenants/{tenant}/skills/{skill}

Path Parameters

skill*string

The unique identifier of the skill.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/skills/string"
{
  "id": "string",
  "displayName": "string",
  "description": "string",
  "instructions": "string",
  "tools": [
    {
      "integrationId": "string",
      "id": "string"
    }
  ],
  "resources": [
    {
      "assetId": "string",
      "description": "string",
      "vectorized": false
    }
  ],
  "type": 0,
  "createdAt": 0,
  "modifiedAt": 0
}
Empty
Empty
Empty