List tags
GET/v1/spaces/:space_id/properties/:property_id/tags
This endpoint retrieves a paginated list of tags available for a specific property within a space. Each tag record includes its unique identifier, name, and color. This information is essential for clients to display select or multi-select options to users when they are creating or editing objects. The endpoint also supports pagination through offset and limit parameters.
Request
Responses
- 200
- 401
- 404
- 500
The list of tags
Unauthorized
Property not found
Internal server error