Skip to main content
GET
/
api
/
v1
/
tags
/
{id}
GET tags
curl --request GET \
  --url https://app.onecodex.com/api/v1/tags/{id} \
  --header 'X-API-Key: <api-key>'
{
  "$uri": "/api/v1/tags/a1b2c3d4e5f67890",
  "name": "<string>"
}
GET a single tag by its ID.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Successful operation

$uri
string
Example:

"/api/v1/tags/a1b2c3d4e5f67890"

name
string

The tag label or name. Name must be 30 characters or fewer.

Maximum string length: 30