List PRDs
curl --request GET \
--url https://api.example.com/v1/projects/{projectId}/prd{
"data": [
{
"id": "<string>",
"version": 123,
"markdownContent": "<string>",
"jsonContent": {},
"tokenUsage": {},
"createdAt": "<string>"
}
]
}PRD
List PRDs
Retrieve all PRD generations for a project.
GET
/
v1
/
projects
/
{projectId}
/
prd
List PRDs
curl --request GET \
--url https://api.example.com/v1/projects/{projectId}/prd{
"data": [
{
"id": "<string>",
"version": 123,
"markdownContent": "<string>",
"jsonContent": {},
"tokenUsage": {},
"createdAt": "<string>"
}
]
}Project UUID.
curl https://api.getkommit.ai/v1/projects/a1b2c3d4-e5f6-7890-abcd-ef1234567890/prd \
-H "Authorization: Bearer km_your_api_key"
Was this page helpful?
⌘I