• About
    • For Developers
  • API Reference
    • Changelog
  • Guides
    • Account creation
    • Agents async API
    • Links
API Referencetags

Get Tag

GET
https://api.devrev.ai/tags.get
GET
/tags.get
1curl -G https://api.devrev.ai/tags.get \
2 -H "Authorization: Bearer <token>" \
3 -d id=TAG-12345
Try it
200Retrieved
1{
2 "tag": {
3 "id": "string",
4 "name": "string",
5 "allowed_values": [
6 "string"
7 ],
8 "created_by": {
9 "display_id": "string",
10 "id": "string",
11 "display_name": "string",
12 "display_picture": {
13 "display_id": "string",
14 "id": "string",
15 "file": {
16 "type": "string",
17 "name": "string",
18 "size": 1
19 }
20 },
21 "email": "string",
22 "full_name": "string",
23 "state": "active"
24 },
25 "created_date": "2023-01-01T12:00:00.000Z",
26 "description": "string",
27 "display_id": "string",
28 "modified_by": {
29 "display_id": "string",
30 "id": "string",
31 "display_name": "string",
32 "display_picture": {
33 "display_id": "string",
34 "id": "string",
35 "file": {
36 "type": "string",
37 "name": "string",
38 "size": 1
39 }
40 },
41 "email": "string",
42 "full_name": "string",
43 "state": "active"
44 },
45 "modified_date": "2023-01-01T12:00:00.000Z",
46 "style_new": {
47 "color": "string"
48 }
49 }
50}
Gets a tag's information.

Headers

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

Query parameters

idstringRequiredformat: "id"
The requested tag's ID.

Response

The response to getting a tag's information.
tagobject

Errors

Was this page helpful?
Previous

Get Tag (POST)

Next
Built with
The requested tag's ID.
The response to getting a tag's information.

Get Tag (POST)

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