query getSecurityTrainingUrls($projectFullPath: ID!, $identifierExternalIds: [String!]!) { project(fullPath: $projectFullPath) { id securityTrainingUrls(identifierExternalIds: $identifierExternalIds) { name status url } } }