Skip to content

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.

id
required
One of:
string

The ID or URL-encoded path of the project

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