Get a list of all source file tags
get/tags
Returns a list of tags for source files.
1{2 "count": 2,3 "items": [4 {5 "description": "Files that contain confidential information.",6 "id": "123e4567-e89b-12d3-a456-426614174000",7 "name": "confidential"8 },9 {10 "description": "Files related to project alpha.",11 "id": "123e4567-e89b-12d3-a456-426614174000",12 "name": "project-alpha",13 "sourceId": "079b46b9-fbc4-44ce-8cb1-163330e4d812"14 }15 ],16 "limit": 10,17 "name": "sourceFileTags",18 "start": 019}| Name | Type | Required | Description |
|---|---|---|---|
filter | string or null | false | The criteria for filtering. Supported attributes include id, name, and sourceId. Additional attributes might be added in future releases. |
limit | integer | false | The maximum number of records to be returned. Default: 50 |
start | integer | false | The zero-based offset of the first record to be returned. Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 401 | Unauthorized | The user was not authenticated. | Schema | |
| 422 | Unprocessable Entity | The server understands the request but was unable to process the contained instructions. | Schema |