v1
latestSwagger 2.02026-08-061,9128853.7 MBRunbooks
Get a paginated list of the Runbooks that belong to the given Project
get/{spaceId}/projects/{projectId}/runbooks
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
projectIdstring required
The ID of the project
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