Skip to main content
GET
List Tags

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Query Parameters

page
number
default:"1"
Page number
limit
number
default:"1000"
Items per page (max 1000)
lastKey
string
Cursor for pagination (from previous response)
Search term for tag name

Response

data
Tag[]
Array of tag objects
pagination
object
Pagination information

Example Response

Code Examples