Openl List Design Repository Project Revisions
openl_repository_project_revisionsRetrieve revision history of a project in a design repository, including commit hashes, authors, and timestamps. Supports filtering by branch and search term, with paginated results.
Instructions
Get revision history (commit history) of a project in a design repository. Returns list of revisions with commit hashes, authors, timestamps, and commit types. Supports pagination and filtering by branch and search term. Use repository name (not ID) - e.g., 'Design Repository' instead of 'design-repo'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | Repository name (display name, not ID). Use the 'name' field from openl_list_repositories() response (e.g., if list_repositories returns {id: 'design-repo', name: 'Design Repository'}, use 'Design Repository' here, NOT 'design-repo'). | |
| projectName | Yes | Project name within the repository (e.g., 'InsuranceRules', 'AutoPremium', 'ClaimProcessing') | |
| branch | No | Branch name (optional, only if repository supports branches) | |
| search | No | Search term to filter revisions by commit message or author | |
| techRevs | No | Include technical revisions (default: false) | |
| page | No | Page number (0-based, default: 0) | |
| size | No | Page size (default: 50, max: 200) | |
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |