Public
Search...
/
About
For Developers
Authentication
Pagination
Versioning
Rate Limits
Errors
API Reference
Getting started
artifacts
auth-connection
auth-tokens
dev-users
parts
rev-orgs
tags
Concepts
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
timeline-entries
webhooks
works
accounts
slas
keyring
Guides
Getting started with webhooks
Restricted messages on a timeline
SDKs
PLuG SDK
Snap-in development
Concepts
Tutorials
ADaaS
References
Development best practices
Locally testing snap-ins
Handling errors and retrying
Debugging
Quotas and limits
Upgrade snap-ins
Code Samples
API Reference
tags
List
GET
https://
api.devrev.ai
/
tags.list
Lists the available tags.
Query parameters
cursor
string
Optional
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
limit
integer
Optional
The maximum number of tags to return. The default is '50'.
mode
"after" or "before"
Optional
The iteration mode to use, otherwise if not set, then "after" is used.
Allowed values:
after
before
name
string
Optional
Filters for tags with the provided names.
sort_by
string
Optional
Fields to sort tags by and the direction to sort them.
Response
This endpoint returns an object.
tags
list of objects
The list of tags.
Show 9 properties
next_cursor
string
Optional
The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.
prev_cursor
string
Optional
The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.
Built with