Skip to main content
POST
/
projects
/
{project_id}
/
artifacts
/
regenerate
Regenerate project artifacts
curl --request POST \
  --url https://api.example.com/projects/{project_id}/artifacts/regenerate \
  --header 'Authorization: Bearer <token>'
{
  "workflow_id": "<string>",
  "project_id": "<string>",
  "agent_name": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Project ID

Query Parameters

agent_name
string

Optional agent name used to scope the regenerated learn-agent artifacts.

Response

Learn-agent workflow trigger handle

workflow_id
string
required
project_id
string
required
agent_name
string | null
required