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 typeapplication/json
object
inbound_enabled
boolean
outbound_enabled
boolean
Examplegenerated
{ "inbound_enabled": true, "outbound_enabled": true}Bad Request
Unauthorized
Forbidden
Not found