Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
tokens
cURL
curl --request GET \
  --url https://{deployment}.convex.site/v1/projects/{projectId}/tokens
{
  "tokens": [
    {
      "tokenId": "tok_abc",
      "label": "CI Pipeline",
      "permissions": "read",
      "lastUsedAt": 1739712000000,
      "createdAt": 1739712000000
    }
  ]
}

Path Parameters

projectId
string
required
Minimum string length: 1
Example:

"proj_abc123"

Response

200 - application/json

Successfully retrieved API tokens

tokens
object[]
required