Skip to content
Last updated

Get all available icons for an organization, including both system icons and custom icons uploaded by the organization.

GEThttps://api.aitronos.com/v1/icons/organizations/{org_id}

Path Parameters

org_id string required

The ID of the organization to list icons for.

Query Parameters

search string optional

Search icons by name, description, or tags. Case-insensitive partial matching.

category string optional

Filter icons by category. Common values: business, creative, technical, custom.

recommended_for string optional

Show recommended icons first for a specific use case. Use assistants to prioritize icons suitable for assistant profiles.

include_inactive boolean optional

Include inactive (soft-deleted) icons in the results. Defaults to false.

limit integer optional

Number of icons to return per page. Range: 1-100. Defaults to 50.

offset integer optional

Number of icons to skip for pagination. Defaults to 0.

Returns

Returns a paginated list of Icon objects.

cURL - Get all icons
curl https://api.aitronos.com/v1/icons/organizations/org_123 \
  -H "X-API-Key: $FREDDY_API_KEY"