Skip to main content
POST
/
v1
/
knowledge-base
/
runs
/
{runId}
/
token
Create a public access token for a Trigger.dev run
curl --request POST \
  --url http://localhost:3333/v1/knowledge-base/runs/{runId}/token
{
  "success": true,
  "token": "<string>"
}

Path Parameters

runId
string
required

Response

200 - application/json

Public access token created

success
boolean
token
string | null