List all tags

Returns a list of all tags in your organization.

Path Params
uuid
required
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$

ID of your ControlUp organization. You can find your organization ID on the API Key Management page in the DEX platform.

Query Params
int32
≥ 1
Defaults to 1

The page of results to return.
The first page is page number 1.

int32
≥ 1
Defaults to 10

The number of results returned per page.

string
Defaults to id

Sorts results according to the specified field.

string
enum
Defaults to asc

The sort order (ascending / descending) of the field specified by the _sortBy parameter.

Allowed:
string

A search filter that is applied to all fields.
Only results that contain the specified string are returned.

string
enum
Defaults to json

The format of returned results.

Allowed:
key
array of strings

A search filter on the key field.

key
string
enum

The operator to use for the key filter.

Allowed:
description
array of strings

A search filter on the description field.

description
string
enum

The operator to use for the description filter.

Allowed:
value_label
array of strings

A search filter on the tag value labels.

value_label
string
enum

The operator to use for the value_label filter.

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json