Skip to main content
GET
/
api
/
v0
/
wiki
/
history
/
{repoUrl}
List wiki run history for a repository
curl --request GET \
  --url https://api.factory.ai/api/v0/wiki/history/{repoUrl} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>",
  "status": 123,
  "title": "<string>",
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Factory API key or JWT token for authentication

Path Parameters

repoUrl
string
required

Response

Response for status 200