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>"
}

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

runId
string
required

Response

200 - application/json

Public access token created

success
boolean
token
string | null