Retrieve the CI/CD job token access settings for a project
GET
/api/v4/projects/{id}/job_token_scope
Retrieves the CI/CD job token access settings (job token scope) of a specified project.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Responses
Section titled “ Responses ”OK
Media type application/json
object
inbound_enabled
boolean
outbound_enabled
boolean
Example generated
{ "inbound_enabled": true, "outbound_enabled": true}Bad Request
Unauthorized
Forbidden
Not found