# Attribute Terms ## List attribute terms - [GET /v1/attributes/{attributeUuid}/terms](https://docs.apiera.io/openapi/attribute-terms/paths/~1v1~1attributes~1%7Battributeuuid%7D~1terms/get.md): Retrieves a paginated list of terms for an attribute with optional filtering. ## Create term - [POST /v1/attributes/{attributeUuid}/terms](https://docs.apiera.io/openapi/attribute-terms/paths/~1v1~1attributes~1%7Battributeuuid%7D~1terms/post.md): Creates a new term for an attribute. ## Get term - [GET /v1/attributes/{attributeUuid}/terms/{termUuid}](https://docs.apiera.io/openapi/attribute-terms/paths/~1v1~1attributes~1%7Battributeuuid%7D~1terms~1%7Btermuuid%7D/get.md): Retrieves a single term. ## Update term - [PATCH /v1/attributes/{attributeUuid}/terms/{termUuid}](https://docs.apiera.io/openapi/attribute-terms/paths/~1v1~1attributes~1%7Battributeuuid%7D~1terms~1%7Btermuuid%7D/patch.md): Updates an existing term. Only provided fields are updated. ## Delete term - [DELETE /v1/attributes/{attributeUuid}/terms/{termUuid}](https://docs.apiera.io/openapi/attribute-terms/paths/~1v1~1attributes~1%7Battributeuuid%7D~1terms~1%7Btermuuid%7D/delete.md): Permanently deletes a term.