List tags

Retrieves a list of tags in your workspace.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pagedoubleOptional

The page number of the tags to retrieve. Defaults to 1.

per_pagedoubleOptional

The number of tags to return per page. Defaults to 100. Maximum is 100.

q[title_or_description_cont]stringOptional
Filters results to include tags where the title or description contains the specified string.
q[handle_in][]stringOptional
Filters results to include only tags with handles that match the specified values.
q[author_id_eq]doubleOptional

Filters results to include only tags created by the specified author (user ID).

q[recipe_id_eq]doubleOptional
Filters results to include only tags associated with the specified recipe ID.
q[connection_id_eq]doubleOptional
Filters results to include only tags associated with the specified connection ID.
q[only_assigned]booleanOptional
Filters results to include only tags that are assigned to an asset.
sort_by[]enumOptional
Specifies fields to sort the response by.
Allowed values:
sort_direction[]enumOptional
Specifies the sort order for the response.
Allowed values:
includes[]enumOptional
Specifies additional fields to include in the response.
Allowed values:

Response

Success - List of tags retrieved successfully.

dataobject or null

Errors