Get
/api/v1/tags
Query parameters
orgId
string
key
string
value
string
sort
array of string
Sorting criteria in the format: field:asc|desc, field defaults to lastUsed and direction defaults to DESC. Example fields are: ['key', 'value', 'lastUsed']
DefaultlastUsed:DESC
Example[
"key:asc"
]
Responses
200
Successful operation
object
authorization
boolean
data
Array of object (Tags)
object
key
string
value
string
error_code
integer
error_message
string
error_status
boolean
Examplefalse
401
Unauthorized
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean