List all pipeline schedules
GET
/api/v4/projects/{id}/pipeline_schedules
Lists all pipeline schedules for a project.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20 scope
string
The scope of pipeline schedules
Example
activeResponses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
description
string
ref
string
cron
string
cron_timezone
string
next_run_at
string format: date-time
active
boolean
created_at
string format: date-time
updated_at
string format: date-time
owner
object
id
integer format: int64
username
string
public_email
string
name
string
state
string
locked
boolean
avatar_url
string
avatar_path
string
custom_attributes
Array<object>
object
key
string
value
string
web_url
string
inputs
object
name
string
value
string
Example
{ "id": 13, "description": "Test schedule pipeline", "ref": "develop", "cron": "* * * * *", "cron_timezone": "Asia/Tokyo", "next_run_at": "2017-05-19T13:41:00.000Z", "active": true, "created_at": "2017-05-19T13:31:08.849Z", "updated_at": "2017-05-19T13:40:17.727Z", "owner": { "id": 1, "username": "admin", "public_email": "john@example.com", "name": "Administrator", "state": "active", "avatar_url": "https://gravatar.com/avatar/1", "avatar_path": "/user/avatar/28/The-Big-Lebowski-400-400.png", "custom_attributes": [ { "key": "foo", "value": "bar" } ], "web_url": "https://gitlab.example.com/root" }}Bad Request
Unauthorized
Forbidden
Not found