v1
latestSwagger 2.02026-08-061,9128853.7 MBRunbooks
Get a paginated list of the Runbooks that belong to the given Project
get/spaces/{spaceIdentifier}/projects/{projectId}/{gitRef}/runbooks
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
The ID of the project
gitRefstring required
The GitRef containing the resource(s)
Query parameters
excludedRunbookTagsstring[]
Optional comma-separated list of tag IDs to exclude runbooks by. Returns runbooks that have none of the specified tags.
partialNamestring
A partial or complete name to search on. This will perform a "contains" style match against the supplied name or name-fragment
runbookTagsstring[]
Optional comma-separated list of tag IDs to filter runbooks by. Returns runbooks that have any of the specified tags.
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
Success